diff options
author | Arun Isaac | 2020-02-15 19:53:24 +0530 |
---|---|---|
committer | Arun Isaac | 2020-02-15 19:53:24 +0530 |
commit | 184fc15152e938f82a1a15d7b3ce038132bf056d (patch) | |
tree | f0e59080b74d2ab70793ae70c4901407204c62c3 | |
parent | e24d802724d883f5c059e1c9bbe4067b6e548347 (diff) | |
download | guile-xapian-184fc15152e938f82a1a15d7b3ce038132bf056d.tar.gz guile-xapian-184fc15152e938f82a1a15d7b3ce038132bf056d.tar.lz guile-xapian-184fc15152e938f82a1a15d7b3ce038132bf056d.zip |
Add .gitignore.
* .gitignore: New file.
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..673650e --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +install-sh +missing +compile +config.* +configure +.deps +depcomp +pre-inst-env +libtool +ltmain.sh +xapian_wrap.cc +.libs +libguilexapian* +xapian/*.go
\ No newline at end of file |