aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-24 00:25:31 +0100
committerGitHub <noreply@github.com>2017-08-24 00:25:31 +0100
commita326354ea6fccf76665a4212bf14daeba0f52ec8 (patch)
tree18cd2deb0c30b38d8ca7c5305735d2323259e020 /.gitignore
parent0a49874288f92c120d7e165550eb6dbbe1ef7307 (diff)
parent5403490b941f7c031bf1aafdb91b1098f69edbf2 (diff)
downloadYAGE-0.1.0.tar.gz
YAGE-0.1.0.zip
Merge pull request #3 from ymherklotz/developv0.1.0
Merge develop to master
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