aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 8 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 9b5a28d9..36a26ca2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,9 @@
# general directories to ignore
-bin/
-build/
-build_clang/
-build_gcc/
-build_debug/
-build_release/
-CMakeFiles/
-Testing/
+bin
+build
+build_*
+CMakeFiles
+Testing
# extensions to ignore
*.o
@@ -17,7 +14,6 @@ Testing/
# general files to ignore
CMakeCache.txt
Makefile
-
-# specific directories to ignore
-/debug_build/
-/G*
+GPATH
+GTAGS
+GRTAGS