diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c16e3b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +.deps/ +.libs/ +autom4te.cache/ +doxygen/ +*.dirstamp +*.la +*.lo +*.o +*.swp +Makefile +Makefile.in +aclocal.m4 +ar-lib +compile +config.guess +config.h.in +config.h.in~ +config.h +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 + +tests/*_test +tests/*.trs +tests/*.log +test-driver +test-suite.log |