diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa242e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +*.o +*.la +*.lo +*.tar.gz + +.deps +.libs +.project +.cproject +.settings + +aclocal.m4 +autom4te.cache +compile +config.guess +config.h* +config.log +config.status +config.sub +configure +configure.tmp +depcomp +install-sh +INSTALL +libtool +ltmain.sh +m4 +Makefile +Makefile.in +missing +stamp-h1 |