diff options
author | Arun Isaac | 2020-02-26 12:38:23 +0530 |
---|---|---|
committer | Arun Isaac | 2020-02-26 12:39:10 +0530 |
commit | ef42cba7e60b764962b80f1d5a710d247168fece (patch) | |
tree | 14843c0c75c81a529495343f8a1cfbce2722d0ae | |
parent | db6f96c7c0ee74f0152aca95abf80040cc25c1b4 (diff) | |
download | guile-xapian-ef42cba7e60b764962b80f1d5a710d247168fece.tar.gz guile-xapian-ef42cba7e60b764962b80f1d5a710d247168fece.tar.lz guile-xapian-ef42cba7e60b764962b80f1d5a710d247168fece.zip |
Organize .gitignore.
* .gitignore: Organize into sections with comments.
-rw-r--r-- | .gitignore | 19 |
1 files changed, 12 insertions, 7 deletions
@@ -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 |