aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore25
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..2232101c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,25 @@
+# general directories to ignore
+bin
+build
+build_*
+CMakeFiles
+Testing
+
+# specific directory to ignore
+/html
+
+# extensions to ignore
+*.o
+*.out
+*.a
+
+# emacs
+*.#
+*~
+
+# general files to ignore
+CMakeCache.txt
+Makefile
+GPATH
+GTAGS
+GRTAGS