##// END OF EJS Templates
update .hgignore for hackable with Python 2.7
Mads Kiilerich -
r16537:5068d097 stable
parent child Browse files
Show More
@@ -1,57 +1,57
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 tests/htmlcov
22 tests/htmlcov
23 build
23 build
24 contrib/hgsh/hgsh
24 contrib/hgsh/hgsh
25 dist
25 dist
26 doc/*.[0-9]
26 doc/*.[0-9]
27 doc/*.[0-9].gendoc.txt
27 doc/*.[0-9].gendoc.txt
28 doc/*.[0-9].{x,ht}ml
28 doc/*.[0-9].{x,ht}ml
29 MANIFEST
29 MANIFEST
30 MANIFEST.in
30 MANIFEST.in
31 patches
31 patches
32 mercurial/__version__.py
32 mercurial/__version__.py
33 mercurial.egg-info
33 mercurial.egg-info
34 Output/Mercurial-*.exe
34 Output/Mercurial-*.exe
35 .DS_Store
35 .DS_Store
36 tags
36 tags
37 cscope.*
37 cscope.*
38 i18n/hg.pot
38 i18n/hg.pot
39 locale/*/LC_MESSAGES/hg.mo
39 locale/*/LC_MESSAGES/hg.mo
40 hgext/__index__.py
40 hgext/__index__.py
41
41
42 # files installed with a local --pure build
42 # files installed with a local --pure build
43 mercurial/base85.py
43 mercurial/base85.py
44 mercurial/bdiff.py
44 mercurial/bdiff.py
45 mercurial/diffhelpers.py
45 mercurial/diffhelpers.py
46 mercurial/mpatch.py
46 mercurial/mpatch.py
47 mercurial/osutil.py
47 mercurial/osutil.py
48 mercurial/parsers.py
48 mercurial/parsers.py
49
49
50 syntax: regexp
50 syntax: regexp
51 ^\.pc/
51 ^\.pc/
52 ^\.(pydev)?project
52 ^\.(pydev)?project
53
53
54 # hackable windows distribution additions
54 # hackable windows distribution additions
55 ^hg-python26/
55 ^hg-python
56 ^hg.exe$
56 ^hg.exe$
57 ^hg.py$
57 ^hg.py$
General Comments 0
You need to be logged in to leave comments. Login now