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