Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2016-07-14 21:32:39 +0200
committerStijn Buys <ingar@osirion.org>2016-07-14 21:32:39 +0200
commit589c15f3e153881cfe647e81e31370b2e6fc94c1 (patch)
tree22702ea085ee00e1a3386098108cf898baba276d /.gitignore
parent66b3180045c013b487962bd6b742841f74d73840 (diff)
Added autotools related files to .gitignore.
Diffstat (limited to '.gitignore')
-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
+*~