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