# HG changeset patch # User Ben Schmidt # Date 1280447434 -36000 # Node ID 6713d89baae8e35881f2928d7bdfa119c96337a0 # Parent ec72b041e7b50f44862d4d8e8edaaaf06cc055f2 Update .hgignore file diff -r ec72b041e7b5 -r 6713d89baae8 .cvsignore --- a/.cvsignore Mon Jul 05 22:21:41 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -Makefile -Makefile.in -aclocal.m4 -autom4te.cache -config.guess -config.h -config.h.in -config.log -config.status -config.sub -configure -depcomp -install-sh -missing -mkinstalldirs -stamp-h.in -stamp-h1 diff -r ec72b041e7b5 -r 6713d89baae8 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Fri Jul 30 09:50:34 2010 +1000 @@ -0,0 +1,39 @@ +# 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$ +