mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-26 11:24:53 +01:00
42 lines
366 B
Text
42 lines
366 B
Text
|
# 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
|