diff options
author | Karroffel <therzog@mail.de> | 2017-03-06 03:30:46 +0100 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-03-06 03:30:46 +0100 |
commit | 92e1f553ec7b6c609a8503a0d9bbf21f236a9805 (patch) | |
tree | c54344cad1492379b6da23df24f83f8098efa4c1 /.gitignore | |
parent | e3d98fd75788cad33f84498e40e08c235eca506f (diff) | |
download | redot-cpp-92e1f553ec7b6c609a8503a0d9bbf21f236a9805.tar.gz |
properly implemented core types (c++ wise)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ -include/godot_cpp/*.h +include/godot_cpp/*.hpp +include/godot_cpp/impl/ include/godot.h include/godot |