##// END OF EJS Templates
Add temporary documentation files and profiling output to .hgignore
Add temporary documentation files and profiling output to .hgignore

File last commit:

r850:d2bf8b95 default
r850:d2bf8b95 default
Show More
.hgignore
15 lines | 161 B | text/plain | TextLexer
Thomas Arendsen Hein
Be even more specific with .hgignore regexps, added *.swp files....
r717 \.orig$
\.rej$
~$
\.so$
\.pyc$
\.swp$
Samuel Tardieu
Add temporary documentation files and profiling output to .hgignore
r850 \.prof$
Thomas Arendsen Hein
Ignore test error files, protect dot in .pc/
r794 ^tests/.*\.err$
Thomas Arendsen Hein
Be even more specific with .hgignore regexps, added *.swp files....
r717 ^build/
^dist/
Samuel Tardieu
Add temporary documentation files and profiling output to .hgignore
r850 ^doc/.*\.[0-9](\.(x|ht)ml)?$
Thomas Arendsen Hein
Be even more specific with .hgignore regexps, added *.swp files....
r717 ^MANIFEST$
Thomas Arendsen Hein
Ignore test error files, protect dot in .pc/
r794 ^\.pc/
Thomas Arendsen Hein
Be even more specific with .hgignore regexps, added *.swp files....
r717 ^patches/
^mercurial/__version__.py$