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