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