Show More
@@ -1,32 +1,33 b'' | |||||
1 | syntax: glob |
|
1 | syntax: glob | |
2 |
|
2 | |||
3 | *.elc |
|
3 | *.elc | |
4 | *.orig |
|
4 | *.orig | |
5 | *.rej |
|
5 | *.rej | |
6 | *~ |
|
6 | *~ | |
7 | *.mergebackup |
|
7 | *.mergebackup | |
8 | *.o |
|
8 | *.o | |
9 | *.so |
|
9 | *.so | |
10 | *.pyd |
|
10 | *.pyd | |
11 | *.pyc |
|
11 | *.pyc | |
12 | *.swp |
|
12 | *.swp | |
13 | *.prof |
|
13 | *.prof | |
14 | tests/.coverage* |
|
14 | tests/.coverage* | |
15 | tests/annotated |
|
15 | tests/annotated | |
16 | tests/*.err |
|
16 | tests/*.err | |
17 | build |
|
17 | build | |
18 | contrib/hgsh/hgsh |
|
18 | contrib/hgsh/hgsh | |
19 | dist |
|
19 | dist | |
20 | doc/*.[0-9] |
|
20 | doc/*.[0-9] | |
21 | doc/*.[0-9].gendoc.txt |
|
21 | doc/*.[0-9].gendoc.txt | |
22 | doc/*.[0-9].{x,ht}ml |
|
22 | doc/*.[0-9].{x,ht}ml | |
23 | MANIFEST |
|
23 | MANIFEST | |
24 | patches |
|
24 | patches | |
25 | mercurial/__version__.py |
|
25 | mercurial/__version__.py | |
26 | Output/Mercurial-*.exe |
|
26 | Output/Mercurial-*.exe | |
27 | .DS_Store |
|
27 | .DS_Store | |
28 | tags |
|
28 | tags | |
29 | cscope.* |
|
29 | cscope.* | |
30 |
|
30 | |||
31 | syntax: regexp |
|
31 | syntax: regexp | |
32 | ^\.pc/ |
|
32 | ^\.pc/ | |
|
33 | ^\.(pydev)?project |
General Comments 0
You need to be logged in to leave comments.
Login now