view .hgignore @ 741:b72bcb7e08a2

Arbitrary headers in listtexts, fix default Content-Transfer-Encoding: header, and document \uNNNN substitution Also, the interface to prepstdreply() has changed; there is no longer a customheaders argument, which was never used anyway, and is now essentially redundant due to this patch.
author Ben Schmidt
date Mon, 20 Sep 2010 01:44:58 +1000
parents 6713d89baae8
children dfc9ab125fd4
line wrap: on
line source

# Use regular expressions for following lines
regex:

# Files generated by autoconf -if
^depcomp$
^missing$
^install-sh$
^aclocal.m4$
^autom4te.cache$
^configure$
(^|/)Makefile.in$
^config.h.in$

# Files generated by ./configure
^config.log$
^config.status$
(^|/)Makefile$
^config.h$
^stamp-h1$
.*\.Po$
^src/mlmmj-make-ml.sh$

# Files generated by make
.*\.o$
^src/mlmmj-bounce$
^src/mlmmj-list$
^src/mlmmj-maintd$
^src/mlmmj-process$
^src/mlmmj-recieve$
^src/mlmmj-send$
^src/mlmmj-sub$
^src/mlmmj-unsub$

# Vim swap files
(^|/)\..*\.swp$

# Mac files
(^|/)\.DS_Store$