diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,6 +1,26 @@ *.so *.o *.pc -*# +*#* *.~undo-tree~ -*~
\ No newline at end of file +*~ +*lo +*la +config.* +depcomp +install-sh +libtool +ltmain.sh +aclocal.m4 +ar-lib +autom4te.cache +compile +configure +m4/ +missing +Makefile +Makefile.in +src/.deps/ +src/.libs/ +stamp-h1 +tests/test
\ No newline at end of file |