Show More
@@ -1,45 +1,46 b'' | |||
|
1 | 1 | syntax: glob |
|
2 | 2 | |
|
3 | 3 | *.elc |
|
4 | 4 | *.orig |
|
5 | 5 | *.rej |
|
6 | 6 | *~ |
|
7 | 7 | *.mergebackup |
|
8 | 8 | *.o |
|
9 | 9 | *.so |
|
10 | 10 | *.pyd |
|
11 | 11 | *.pyc |
|
12 | 12 | *.swp |
|
13 | 13 | *.prof |
|
14 | 14 | \#*\# |
|
15 | 15 | .\#* |
|
16 | 16 | tests/.coverage* |
|
17 | 17 | tests/annotated |
|
18 | 18 | tests/*.err |
|
19 | 19 | build |
|
20 | 20 | contrib/hgsh/hgsh |
|
21 | 21 | dist |
|
22 | 22 | doc/*.[0-9] |
|
23 | 23 | doc/*.[0-9].gendoc.txt |
|
24 | 24 | doc/*.[0-9].{x,ht}ml |
|
25 | 25 | MANIFEST |
|
26 | 26 | patches |
|
27 | 27 | mercurial/__version__.py |
|
28 | mercurial.egg-info | |
|
28 | 29 | Output/Mercurial-*.exe |
|
29 | 30 | .DS_Store |
|
30 | 31 | tags |
|
31 | 32 | cscope.* |
|
32 | 33 | i18n/hg.pot |
|
33 | 34 | locale/*/LC_MESSAGES/hg.mo |
|
34 | 35 | |
|
35 | 36 | # files installed with a local --pure build |
|
36 | 37 | mercurial/base85.py |
|
37 | 38 | mercurial/bdiff.py |
|
38 | 39 | mercurial/diffhelpers.py |
|
39 | 40 | mercurial/mpatch.py |
|
40 | 41 | mercurial/osutil.py |
|
41 | 42 | mercurial/parsers.py |
|
42 | 43 | |
|
43 | 44 | syntax: regexp |
|
44 | 45 | ^\.pc/ |
|
45 | 46 | ^\.(pydev)?project |
General Comments 0
You need to be logged in to leave comments.
Login now