diff options
author | eichlan <eichlan@grape.ocassia> | 2024-03-22 15:18:46 -0700 |
---|---|---|
committer | eichlan <eichlan@grape.ocassia> | 2024-03-22 15:18:46 -0700 |
commit | 30242e30800bbc8641484821681cc7443908a165 (patch) | |
tree | 91d4fee1fc8934686e9434ce88c2dbd8e3a2ecb5 /.gitignore | |
parent | 0d1ddd53fbb6b71afdb17ec80cfaafabcf3f3f71 (diff) | |
download | libgats-30242e30800bbc8641484821681cc7443908a165.tar.gz libgats-30242e30800bbc8641484821681cc7443908a165.tar.bz2 libgats-30242e30800bbc8641484821681cc7443908a165.tar.xz libgats-30242e30800bbc8641484821681cc7443908a165.zip |
Reorganized ignores. Much nicer now.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -2,13 +2,4 @@ | |||
2 | *.a | 2 | *.a |
3 | .*.swp | 3 | .*.swp |
4 | .*.un~ | 4 | .*.un~ |
5 | /c++-libbu++/.build_cache | ||
6 | /c++-libbu++/gats | ||
7 | /c++-libbu++/gatsc | ||
8 | /c++-libbu++/src/version.h | ||
9 | /c++-qt/Makefile* | ||
10 | *.dll | 5 | *.dll |
11 | /c++-qt/object_script.* | ||
12 | /c++-qt/release | ||
13 | /c++-qt/debug | ||
14 | /c++-qt/tmp | ||