diff options
Diffstat (limited to '')
-rw-r--r-- | c++-libbu++/.gitignore | 4 | ||||
-rw-r--r-- | c++-libbu++/gats/.gitignore | 2 |
2 files changed, 6 insertions, 0 deletions
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 | ||