diff options
author | Mike Buland <mbuland@penny-arcade.com> | 2017-06-05 07:39:05 -0700 |
---|---|---|
committer | Mike Buland <mbuland@penny-arcade.com> | 2017-06-05 07:39:05 -0700 |
commit | 19223f8527ef1c0d36cf8b40b9f8d093ea702ca5 (patch) | |
tree | d59222d22d96318948b52329e2ee4ec0e0745d1a /.gitignore | |
parent | ae3649ec44e9c08dac7553031573ea52c1dfdd82 (diff) | |
download | libgats-19223f8527ef1c0d36cf8b40b9f8d093ea702ca5.tar.gz libgats-19223f8527ef1c0d36cf8b40b9f8d093ea702ca5.tar.bz2 libgats-19223f8527ef1c0d36cf8b40b9f8d093ea702ca5.tar.xz libgats-19223f8527ef1c0d36cf8b40b9f8d093ea702ca5.zip |
Added better null helpers to libbu++/php
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,7 +1,11 @@ | |||
1 | *.o | 1 | *.o |
2 | *.a | 2 | *.a |
3 | .*.swp | 3 | .*.swp |
4 | .*.un~ | ||
5 | /c++-libbu++/.build_cache | ||
4 | /c++-libbu++/gats | 6 | /c++-libbu++/gats |
7 | /c++-libbu++/gatsc | ||
8 | /c++-libbu++/src/version.h | ||
5 | /c++-qt/Makefile* | 9 | /c++-qt/Makefile* |
6 | *.dll | 10 | *.dll |
7 | /c++-qt/object_script.* | 11 | /c++-qt/object_script.* |