view .hgignore @ 935:925563ff1b18

bash: Add smarter completion of add/commit/remove/forget/diff/revert Use hg status to determine which files are interesting for various commands. Thus, hg add [tab] finds unknown files, and hg commit [tab] finds added, modified, or removed files.
author mpm@selenic.com
date Wed, 17 Aug 2005 12:22:12 -0800
parents 01215ad04283
children 4cabedfab66e ffb0665028f0 52d8d81e72ad 4f81068ed8cd
line wrap: on
line source

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