From 30242e30800bbc8641484821681cc7443908a165 Mon Sep 17 00:00:00 2001 From: eichlan Date: Fri, 22 Mar 2024 15:18:46 -0700 Subject: Reorganized ignores. Much nicer now. --- .gitignore | 9 --------- c++-libbu++/.gitignore | 4 ++++ c++-libbu++/gats/.gitignore | 2 ++ c++-qt/.gitignore | 6 ++++++ 4 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 c++-libbu++/.gitignore create mode 100644 c++-libbu++/gats/.gitignore create mode 100644 c++-qt/.gitignore diff --git a/.gitignore b/.gitignore index bfa871f..18021ba 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,4 @@ *.a .*.swp .*.un~ -/c++-libbu++/.build_cache -/c++-libbu++/gats -/c++-libbu++/gatsc -/c++-libbu++/src/version.h -/c++-qt/Makefile* *.dll -/c++-qt/object_script.* -/c++-qt/release -/c++-qt/debug -/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 @@ +.build_cache +gatsc +src/version.h + 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 @@ +* +!.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 @@ +Makefile* +object_script.* +release +debug +tmp + -- cgit v1.2.3