diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5545617e --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +Makefile +Makefile.in +mkinstalldirs +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.rpath +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 + +*.o +*~ +root +tags +cscope.out +pacman-*.tar.gz |