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