##// END OF EJS Templates
hgignore: ignore generated pytype stubs...
Augie Fackler -
r43772:8492c629 default
parent child Browse files
Show More
@@ -1,70 +1,71 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 i18n/hg.pot
55 i18n/hg.pot
55 locale/*/LC_MESSAGES/hg.mo
56 locale/*/LC_MESSAGES/hg.mo
56 hgext/__index__.py
57 hgext/__index__.py
57
58
58 rust/target/
59 rust/target/
59 rust/*/target/
60 rust/*/target/
60
61
61 # Generated wheels
62 # Generated wheels
62 wheelhouse/
63 wheelhouse/
63
64
64 syntax: regexp
65 syntax: regexp
65 ^\.pc/
66 ^\.pc/
66 ^\.(pydev)?project
67 ^\.(pydev)?project
67
68
68 # hackable windows distribution additions
69 # hackable windows distribution additions
69 ^hg-python
70 ^hg-python
70 ^hg.py$
71 ^hg.py$
General Comments 0
You need to be logged in to leave comments. Login now