diff options
author | Karroffel <therzog@mail.de> | 2017-05-12 21:53:07 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-05-12 21:53:07 +0200 |
commit | cf30b0f39ddb2c6acad5d22655c4bca9015d7502 (patch) | |
tree | 45a4df6ff16450b334d6c8856a74f4f47f3e9336 /.gitignore | |
parent | 3969bcf07857b1a4af391bbddb924388cc7f44bb (diff) | |
download | redot-cpp-cf30b0f39ddb2c6acad5d22655c4bca9015d7502.tar.gz |
rewrote binding generator in python
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,7 +1,8 @@ -include/godot_cpp/*.hpp -include/godot_cpp/impl/ -include/godot.h -include/godot +src/*.cpp +include/*.hpp *.os *.so -*.obj
\ No newline at end of file +*.obj +*.pyc +*.json +bin |