diff options
author | Stijn Buys <ingar@osirion.org> | 2016-07-14 21:32:39 +0200 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2016-07-14 21:32:39 +0200 |
commit | 589c15f3e153881cfe647e81e31370b2e6fc94c1 (patch) | |
tree | 22702ea085ee00e1a3386098108cf898baba276d /.gitignore | |
parent | 66b3180045c013b487962bd6b742841f74d73840 (diff) |
Added autotools related files to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
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 +*~ |