view .hgignore @ 877:4c3c8b184576 RELEASE_1_2_18rc1

Tidy up ChangeLog and AUTHORS. Release candidate 1.2.18rc1.
author Ben Schmidt
date Thu, 03 May 2012 10:12:15 +1000
parents 93d445688ebe
children bba3a46fee47
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$

# 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$

# Other generated files
(^|/)TAGS$

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

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