##// END OF EJS Templates
hgignore: ignore chg binary
Yuya Nishihara -
r28061:3753d2e1 default
parent child Browse files
Show More
@@ -1,65 +1,66 b''
1 syntax: glob
1 syntax: glob
2
2
3 *.elc
3 *.elc
4 *.tmp
4 *.tmp
5 *.orig
5 *.orig
6 *.rej
6 *.rej
7 *~
7 *~
8 *.mergebackup
8 *.mergebackup
9 *.o
9 *.o
10 *.so
10 *.so
11 *.dll
11 *.dll
12 *.exe
12 *.exe
13 *.pyd
13 *.pyd
14 *.pyc
14 *.pyc
15 *.pyo
15 *.pyo
16 *$py.class
16 *$py.class
17 *.swp
17 *.swp
18 *.prof
18 *.prof
19 *.zip
19 *.zip
20 \#*\#
20 \#*\#
21 .\#*
21 .\#*
22 tests/.coverage*
22 tests/.coverage*
23 tests/.testtimes*
23 tests/.testtimes*
24 tests/annotated
24 tests/annotated
25 tests/*.err
25 tests/*.err
26 tests/htmlcov
26 tests/htmlcov
27 build
27 build
28 contrib/chg/chg
28 contrib/hgsh/hgsh
29 contrib/hgsh/hgsh
29 contrib/vagrant/.vagrant
30 contrib/vagrant/.vagrant
30 dist
31 dist
31 packages
32 packages
32 doc/common.txt
33 doc/common.txt
33 doc/*.[0-9]
34 doc/*.[0-9]
34 doc/*.[0-9].txt
35 doc/*.[0-9].txt
35 doc/*.[0-9].gendoc.txt
36 doc/*.[0-9].gendoc.txt
36 doc/*.[0-9].{x,ht}ml
37 doc/*.[0-9].{x,ht}ml
37 MANIFEST
38 MANIFEST
38 MANIFEST.in
39 MANIFEST.in
39 patches
40 patches
40 mercurial/__version__.py
41 mercurial/__version__.py
41 mercurial/hgpythonlib.h
42 mercurial/hgpythonlib.h
42 mercurial.egg-info
43 mercurial.egg-info
43 .DS_Store
44 .DS_Store
44 tags
45 tags
45 cscope.*
46 cscope.*
46 .idea/*
47 .idea/*
47 i18n/hg.pot
48 i18n/hg.pot
48 locale/*/LC_MESSAGES/hg.mo
49 locale/*/LC_MESSAGES/hg.mo
49 hgext/__index__.py
50 hgext/__index__.py
50
51
51 # files installed with a local --pure build
52 # files installed with a local --pure build
52 mercurial/base85.py
53 mercurial/base85.py
53 mercurial/bdiff.py
54 mercurial/bdiff.py
54 mercurial/diffhelpers.py
55 mercurial/diffhelpers.py
55 mercurial/mpatch.py
56 mercurial/mpatch.py
56 mercurial/osutil.py
57 mercurial/osutil.py
57 mercurial/parsers.py
58 mercurial/parsers.py
58
59
59 syntax: regexp
60 syntax: regexp
60 ^\.pc/
61 ^\.pc/
61 ^\.(pydev)?project
62 ^\.(pydev)?project
62
63
63 # hackable windows distribution additions
64 # hackable windows distribution additions
64 ^hg-python
65 ^hg-python
65 ^hg.py$
66 ^hg.py$
General Comments 0
You need to be logged in to leave comments. Login now