diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 673650e..6f15eb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,23 @@ +# autotools +.deps +.libs Makefile Makefile.in aclocal.m4 autom4te.cache -install-sh -missing compile config.* configure -.deps depcomp -pre-inst-env +install-sh libtool ltmain.sh -xapian_wrap.cc -.libs +missing + +# xapian interface libguilexapian* -xapian/*.go \ No newline at end of file +xapian/*.go +xapian_wrap.cc + +# other +pre-inst-env \ No newline at end of file |