comparison .hgignore @ 850:d2bf8b9534b1

Add temporary documentation files and profiling output to .hgignore
author Samuel Tardieu <sam@rfc1149.net>
date Sat, 06 Aug 2005 21:18:21 +0100
parents 0902ffece4b4
children c2e77581bc84 d4cb383e7de7 62ec665759f2 01215ad04283
comparison
equal deleted inserted replaced
849:8933ef744325 850:d2bf8b9534b1
2 \.rej$ 2 \.rej$
3 ~$ 3 ~$
4 \.so$ 4 \.so$
5 \.pyc$ 5 \.pyc$
6 \.swp$ 6 \.swp$
7 \.prof$
7 ^tests/.*\.err$ 8 ^tests/.*\.err$
8 ^build/ 9 ^build/
9 ^dist/ 10 ^dist/
10 ^doc/.*\.[0-9]$ 11 ^doc/.*\.[0-9](\.(x|ht)ml)?$
11 ^MANIFEST$ 12 ^MANIFEST$
12 ^\.pc/ 13 ^\.pc/
13 ^patches/ 14 ^patches/
14 ^mercurial/__version__.py$ 15 ^mercurial/__version__.py$