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 | |
| parent | 0d1ddd53fbb6b71afdb17ec80cfaafabcf3f3f71 (diff) | |
| download | libgats-30242e30800bbc8641484821681cc7443908a165.tar.gz libgats-30242e30800bbc8641484821681cc7443908a165.tar.bz2 libgats-30242e30800bbc8641484821681cc7443908a165.tar.xz libgats-30242e30800bbc8641484821681cc7443908a165.zip | |
Reorganized ignores. Much nicer now.
| -rw-r--r-- | .gitignore | 9 | ||||
| -rw-r--r-- | c++-libbu++/.gitignore | 4 | ||||
| -rw-r--r-- | c++-libbu++/gats/.gitignore | 2 | ||||
| -rw-r--r-- | c++-qt/.gitignore | 6 |
4 files changed, 12 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 | ||
diff --git a/c++-libbu++/.gitignore b/c++-libbu++/.gitignore new file mode 100644 index 0000000..22f5355 --- /dev/null +++ b/c++-libbu++/.gitignore | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | .build_cache | ||
| 2 | gatsc | ||
| 3 | src/version.h | ||
| 4 | |||
diff --git a/c++-libbu++/gats/.gitignore b/c++-libbu++/gats/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/c++-libbu++/gats/.gitignore | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | * | ||
| 2 | !.gitignore | ||
diff --git a/c++-qt/.gitignore b/c++-qt/.gitignore new file mode 100644 index 0000000..507c4e5 --- /dev/null +++ b/c++-qt/.gitignore | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | Makefile* | ||
| 2 | object_script.* | ||
| 3 | release | ||
| 4 | debug | ||
| 5 | tmp | ||
| 6 | |||
