From af863f8c7f1f1571df4f1172ec4e963fa654945e Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Wed, 26 May 2010 10:09:47 +0300 Subject: notmuch-deliver: Initial import --- contrib/notmuch-deliver/.gitignore | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 contrib/notmuch-deliver/.gitignore (limited to 'contrib/notmuch-deliver/.gitignore') diff --git a/contrib/notmuch-deliver/.gitignore b/contrib/notmuch-deliver/.gitignore new file mode 100644 index 00000000..353d1ed5 --- /dev/null +++ b/contrib/notmuch-deliver/.gitignore @@ -0,0 +1,41 @@ +# gitignore for notmuch-deliver +.*.swp +*~ +*.[oa] +*.py[co] + +tags + +*.lo +*.la + +.deps +.libs +Makefile.in +Makefile + +gmon.out +gprof* + +/INSTALL +/aclocal.m4 +/autom4te.cache +/config.guess +/config.h +/config.h.in +/config.log +/config.sub +/config.status +/configure +/compile +/depcomp +/install-sh +/missing +/stamp-h1 +/libtool +/ltmain.sh + +m4/libtool.m4 +m4/lt*.m4 + +src/notmuch-deliver -- cgit v1.2.3