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