diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-31 11:54:38 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-31 11:54:38 +0100 |
commit | 6946bc56ef422ae2de51200297f626c4751b06f5 (patch) | |
tree | 6567ea5c4904eab3133404962a33e9c5c6e48551 /.gitignore | |
parent | 099f127cc33c5daa9a3e36b8cdb407e32249b003 (diff) | |
parent | 55010a2d9f91798f08bd2deded9445a4354ee3ee (diff) |
Merge pull request #67309 from groud/implement_gdnative_interface_h_dump
Implement a way to dump the gdnative_interface.h file from the executable
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b939bb16d5..ca7d850f9e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ platform/windows/godot_res.res # Generated by Godot binary .import/ +/gdnative_interface.h extension_api.json logs/ |