.hgignore
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 27 Aug 2005 23:36:25 +0200
changeset 1108 7a75d8fbbdaf
parent 981 4f81068ed8cd
child 1270 fc3b41570082
permissions -rw-r--r--
Remove some options from 'hg grep': -Z (we have -0 as in locate) -a (use "-r 0:tip" instead, or always grep all unless -r is given) -e (we have the PATTERN argument) -v (doesn't work, and this is more of a job for 'hg cat|grep') -s (we have -q/--quiet) -f (should be always enabled if -l used, or enable on -v/--verbose)

\.elc$
\.orig$
\.rej$
~$
\.so$
\.pyc$
\.swp$
\.prof$
^tests/.*\.err$
^build/
^dist/
^doc/.*\.[0-9](\.(x|ht)ml)?$
^MANIFEST$
^\.pc/
^patches/
^mercurial/__version__.py$