diff options
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 +*~ |