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