aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 12 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 9b5a28d9..76595e59 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
@@ -14,10 +11,13 @@ Testing/
*.a
*.cmake
+# emacs
+*.#
+*~
+
# general files to ignore
CMakeCache.txt
Makefile
-
-# specific directories to ignore
-/debug_build/
-/G*
+GPATH
+GTAGS
+GRTAGS