From ef42cba7e60b764962b80f1d5a710d247168fece Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 26 Feb 2020 12:38:23 +0530 Subject: Organize .gitignore. * .gitignore: Organize into sections with comments. --- .gitignore | 19 ++++++++++++------- 1 file 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 -- cgit v1.2.3