##// END OF EJS Templates
Ignore generated documentation
Thomas Arendsen Hein -
r1817:e02fea13 default
parent child Browse files
Show More
@@ -1,21 +1,22 b''
1 1 syntax: glob
2 2
3 3 *.elc
4 4 *.orig
5 5 *.rej
6 6 *~
7 7 *.so
8 8 *.pyc
9 9 *.swp
10 10 *.prof
11 11 tests/*.err
12 12 build
13 13 dist
14 14 doc/*.[0-9]
15 doc/*.[0-9].gendoc.txt
15 16 doc/*.[0-9].{x,ht}ml
16 17 MANIFEST
17 18 patches
18 19 mercurial/__version__.py
19 20
20 21 syntax: regexp
21 22 ^\.pc/
General Comments 0
You need to be logged in to leave comments. Login now