cmake for unres4 - the first version, unres only no tests
[unres4.git] / .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..f906e40
--- /dev/null
@@ -0,0 +1,24 @@
+# ignore compiled stuff
+*.[oa]
+*.mod
+
+# ignore texteditors
+*.swp
+*~
+
+# ignore PBS output and error files
+*.[eo][0-9][0-9][0-9][0-9]*
+
+# ignore exe in bin
+bin/*exe
+
+# ignore build dir
+build/
+build2/
+build*/
+
+# latex files in documentation 
+doc/*/*.aux
+doc/*/*.log
+
+