summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-05-12 21:53:07 +0200
committerKarroffel <therzog@mail.de>2017-05-12 21:53:07 +0200
commitcf30b0f39ddb2c6acad5d22655c4bca9015d7502 (patch)
tree45a4df6ff16450b334d6c8856a74f4f47f3e9336 /.gitignore
parent3969bcf07857b1a4af391bbddb924388cc7f44bb (diff)
downloadredot-cpp-cf30b0f39ddb2c6acad5d22655c4bca9015d7502.tar.gz
rewrote binding generator in python
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 6 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index d8a92a5..65b551b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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