##// END OF EJS Templates
hgignore: ignore the PyCharm workspace folder
Angel Ezquerra -
r22945:3232f923 default
parent child Browse files
Show More
@@ -1,63 +1,64 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/annotated
23 tests/annotated
24 tests/*.err
24 tests/*.err
25 tests/htmlcov
25 tests/htmlcov
26 build
26 build
27 contrib/hgsh/hgsh
27 contrib/hgsh/hgsh
28 contrib/vagrant/.vagrant
28 contrib/vagrant/.vagrant
29 dist
29 dist
30 packages
30 packages
31 doc/common.txt
31 doc/common.txt
32 doc/*.[0-9]
32 doc/*.[0-9]
33 doc/*.[0-9].txt
33 doc/*.[0-9].txt
34 doc/*.[0-9].gendoc.txt
34 doc/*.[0-9].gendoc.txt
35 doc/*.[0-9].{x,ht}ml
35 doc/*.[0-9].{x,ht}ml
36 MANIFEST
36 MANIFEST
37 MANIFEST.in
37 MANIFEST.in
38 patches
38 patches
39 mercurial/__version__.py
39 mercurial/__version__.py
40 mercurial/hgpythonlib.h
40 mercurial/hgpythonlib.h
41 mercurial.egg-info
41 mercurial.egg-info
42 .DS_Store
42 .DS_Store
43 tags
43 tags
44 cscope.*
44 cscope.*
45 .idea/*
45 i18n/hg.pot
46 i18n/hg.pot
46 locale/*/LC_MESSAGES/hg.mo
47 locale/*/LC_MESSAGES/hg.mo
47 hgext/__index__.py
48 hgext/__index__.py
48
49
49 # files installed with a local --pure build
50 # files installed with a local --pure build
50 mercurial/base85.py
51 mercurial/base85.py
51 mercurial/bdiff.py
52 mercurial/bdiff.py
52 mercurial/diffhelpers.py
53 mercurial/diffhelpers.py
53 mercurial/mpatch.py
54 mercurial/mpatch.py
54 mercurial/osutil.py
55 mercurial/osutil.py
55 mercurial/parsers.py
56 mercurial/parsers.py
56
57
57 syntax: regexp
58 syntax: regexp
58 ^\.pc/
59 ^\.pc/
59 ^\.(pydev)?project
60 ^\.(pydev)?project
60
61
61 # hackable windows distribution additions
62 # hackable windows distribution additions
62 ^hg-python
63 ^hg-python
63 ^hg.py$
64 ^hg.py$
General Comments 0
You need to be logged in to leave comments. Login now