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