# .hgignore - syntax for Mercurial (hg) ignore files
# works seamlessly with:
#    * hg status
#    * hg add
# note that `hg add *` will add files even if they match in this file.

syntax: glob
local_*.py

syntax: regexp
\.log$
~$
^bin/*
^tomcat/*
^www/*
^www-test/*
core.\d*$
\.hi$
\.hi-boot$
\.o-boot$
\.o$
\.o\.cmd$
\.ko\.cmd$
\.mod\.c$
(^|/)\.tmp_versions($|/)
(^|/)CVS($|/)
\.cvsignore$
^\.#
(^|/)RCS($|/)
,v$
(^|/)\.svn($|/)
(^|/)\.bzr($|/)
\_darcs$
(^|/)SCCS($|/)
~$
(^|/)_darcs($|/)
\.bak$
\.BAK$
\.org$
\.orig$
\.rej$
(^|/)vssver\.scc$
\.swp$
(^|/)MT($|/)
(^|/)\{arch\}($|/)
(^|/).arch-ids($|/)
(^|/),
\.prof$
(^|/)\.DS_Store$
(^|/)BitKeeper($|/)
(^|/)ChangeSet($|/)
\.py[co]$
\.elc$
\.class$
\#
(^|/)Thumbs\.db$
(^|/)autom4te\.cache($|/)
(^|/)config\.(log|status)$
^\.depend$
(^|/)(tags|TAGS)$
(^|/|\.)core$
\.(obj|a|exe|so|lo|la)$
