Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2a5e50e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# ignore build directory
+/build/
+
+# ignore autoconf/automake related files
+/autom4te.cache/
+/aclocal.m4
+/compile
+/config.guess
+/config.sub
+/configure
+/depcomp
+/install-sh
+/ltmain.sh
+/missing
+/src/config.h.in
+Makefile.in
+
+# ignore snails
+*~