diff options
Diffstat (limited to '')
-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 | |||