summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore27
1 files changed, 4 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore
index da431f8..ba18327 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,24 +1,5 @@
-# http://www.gnu.org/software/automake
+# Cmake build directory
+/build
-Makefile.in
-Makefile
-
-# http://www.gnu.org/software/autoconf
-
-/autom4te.cache
-/aclocal.m4
-/compile
-/configure
-/depcomp
-/install-sh
-/missing
-/stamp-h1
-
-/omega/autom4te.cache
-/omega/aclocal.m4
-/omega/compile
-/omega/depcomp
-/omega/install-sh
-/omega/missing
-
-.deps
+# Vim swap file
+*.swap