##// END OF EJS Templates
Merge with MPM.
Merge with MPM.

File last commit:

r896:01215ad0 merge default
r946:6d21a348 merge 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$