view .hgignore @ 748:dfc9ab125fd4

Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
author Chris Webb
date Sun, 03 Oct 2010 21:40:42 +1100
parents 6713d89baae8
children fdc57c9e5f56
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-receive$
^src/mlmmj-send$
^src/mlmmj-sub$
^src/mlmmj-unsub$

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

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