view .hgignore @ 731:e29893b9f581

Make the random strings produced always the same length rather the smaller random numbers producing shorter strings which could be problematic
author Ben Schmidt
date Sat, 31 Jul 2010 00:26:30 +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$