##// END OF EJS Templates
hgignore: add mypy cache files...
Antoine Cezar -
r45597:922dbf0d default
parent child Browse files
Show More
@@ -1,71 +1,72 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/artifacts/cache/big-file-churn.hg
22 tests/artifacts/cache/big-file-churn.hg
23 tests/.coverage*
23 tests/.coverage*
24 tests/.testtimes*
24 tests/.testtimes*
25 tests/.hypothesis
25 tests/.hypothesis
26 tests/hypothesis-generated
26 tests/hypothesis-generated
27 tests/annotated
27 tests/annotated
28 tests/exceptions
28 tests/exceptions
29 tests/*.err
29 tests/*.err
30 tests/htmlcov
30 tests/htmlcov
31 build
31 build
32 contrib/chg/chg
32 contrib/chg/chg
33 contrib/hgsh/hgsh
33 contrib/hgsh/hgsh
34 contrib/vagrant/.vagrant
34 contrib/vagrant/.vagrant
35 dist
35 dist
36 packages
36 packages
37 doc/common.txt
37 doc/common.txt
38 doc/*.[0-9]
38 doc/*.[0-9]
39 doc/*.[0-9].txt
39 doc/*.[0-9].txt
40 doc/*.[0-9].gendoc.txt
40 doc/*.[0-9].gendoc.txt
41 doc/*.[0-9].{x,ht}ml
41 doc/*.[0-9].{x,ht}ml
42 MANIFEST
42 MANIFEST
43 MANIFEST.in
43 MANIFEST.in
44 patches
44 patches
45 mercurial/__modulepolicy__.py
45 mercurial/__modulepolicy__.py
46 mercurial/__version__.py
46 mercurial/__version__.py
47 mercurial/hgpythonlib.h
47 mercurial/hgpythonlib.h
48 mercurial.egg-info
48 mercurial.egg-info
49 .DS_Store
49 .DS_Store
50 tags
50 tags
51 cscope.*
51 cscope.*
52 .idea/*
52 .idea/*
53 .asv/*
53 .asv/*
54 .pytype/*
54 .pytype/*
55 .mypy_cache
55 i18n/hg.pot
56 i18n/hg.pot
56 locale/*/LC_MESSAGES/hg.mo
57 locale/*/LC_MESSAGES/hg.mo
57 hgext/__index__.py
58 hgext/__index__.py
58
59
59 rust/target/
60 rust/target/
60 rust/*/target/
61 rust/*/target/
61
62
62 # Generated wheels
63 # Generated wheels
63 wheelhouse/
64 wheelhouse/
64
65
65 syntax: regexp
66 syntax: regexp
66 ^\.pc/
67 ^\.pc/
67 ^\.(pydev)?project
68 ^\.(pydev)?project
68
69
69 # hackable windows distribution additions
70 # hackable windows distribution additions
70 ^hg-python
71 ^hg-python
71 ^hg.py$
72 ^hg.py$
General Comments 0
You need to be logged in to leave comments. Login now