diff options
author | Mike Buland <eichlan@xagasoft.com> | 2017-10-19 22:48:40 -0600 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2017-10-19 22:48:40 -0600 |
commit | 78a6b37b5cef55dc6d0f7120ff2a1f914375fe70 (patch) | |
tree | d59222d22d96318948b52329e2ee4ec0e0745d1a /.gitignore | |
parent | 4eb8c125754c1c1e2b90547abdf255aee7e4eb04 (diff) | |
parent | 19223f8527ef1c0d36cf8b40b9f8d093ea702ca5 (diff) | |
download | libgats-78a6b37b5cef55dc6d0f7120ff2a1f914375fe70.tar.gz libgats-78a6b37b5cef55dc6d0f7120ff2a1f914375fe70.tar.bz2 libgats-78a6b37b5cef55dc6d0f7120ff2a1f914375fe70.tar.xz libgats-78a6b37b5cef55dc6d0f7120ff2a1f914375fe70.zip |
Merge branch 'master' of xagasoft.com:git/libgats
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.* |