diff options
author | Gilles Roudière <gilles.roudiere@gmail.com> | 2022-10-12 16:21:34 +0200 |
---|---|---|
committer | Gilles Roudière <gilles.roudiere@gmail.com> | 2022-10-13 10:03:30 +0200 |
commit | 55010a2d9f91798f08bd2deded9445a4354ee3ee (patch) | |
tree | 11f6e7ffd2b58e8fce6b570bfa02d7db97f5fc37 /.gitignore | |
parent | 5aadc618b6ff152dbc0ca4ea901c34a97e164091 (diff) |
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 1a83e4707e..f430ac10e9 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/ |