##// END OF EJS Templates
hgignore: ignore .testtimes in more location...
marmoute -
r49841:e8138eba default
parent child Browse files
Show More
@@ -1,78 +1,80 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 # the file is written in the CWD when run-tests is run.
26 .testtimes
25 tests/.hypothesis
27 tests/.hypothesis
26 tests/hypothesis-generated
28 tests/hypothesis-generated
27 tests/annotated
29 tests/annotated
28 tests/exceptions
30 tests/exceptions
29 tests/python3
31 tests/python3
30 tests/*.err
32 tests/*.err
31 tests/htmlcov
33 tests/htmlcov
32 build
34 build
33 contrib/chg/chg
35 contrib/chg/chg
34 contrib/hgsh/hgsh
36 contrib/hgsh/hgsh
35 contrib/vagrant/.vagrant
37 contrib/vagrant/.vagrant
36 dist
38 dist
37 packages
39 packages
38 doc/common.txt
40 doc/common.txt
39 doc/*.[0-9]
41 doc/*.[0-9]
40 doc/*.[0-9].txt
42 doc/*.[0-9].txt
41 doc/*.[0-9].gendoc.txt
43 doc/*.[0-9].gendoc.txt
42 doc/*.[0-9].{x,ht}ml
44 doc/*.[0-9].{x,ht}ml
43 MANIFEST
45 MANIFEST
44 MANIFEST.in
46 MANIFEST.in
45 patches
47 patches
46 mercurial/__modulepolicy__.py
48 mercurial/__modulepolicy__.py
47 mercurial/__version__.py
49 mercurial/__version__.py
48 mercurial/hgpythonlib.h
50 mercurial/hgpythonlib.h
49 mercurial.egg-info
51 mercurial.egg-info
50 .DS_Store
52 .DS_Store
51 tags
53 tags
52 cscope.*
54 cscope.*
53 .vscode/*
55 .vscode/*
54 .idea/*
56 .idea/*
55 .asv/*
57 .asv/*
56 .pytype/*
58 .pytype/*
57 .mypy_cache
59 .mypy_cache
58 i18n/hg.pot
60 i18n/hg.pot
59 locale/*/LC_MESSAGES/hg.mo
61 locale/*/LC_MESSAGES/hg.mo
60 hgext/__index__.py
62 hgext/__index__.py
61
63
62 rust/target/
64 rust/target/
63 rust/*/target/
65 rust/*/target/
64
66
65 # Generated wheels
67 # Generated wheels
66 wheelhouse/
68 wheelhouse/
67
69
68 syntax: rootglob
70 syntax: rootglob
69 # See Profiling in rust/README.rst
71 # See Profiling in rust/README.rst
70 .cargo/config
72 .cargo/config
71
73
72 syntax: regexp
74 syntax: regexp
73 ^\.pc/
75 ^\.pc/
74 ^\.(pydev)?project
76 ^\.(pydev)?project
75
77
76 # hackable windows distribution additions
78 # hackable windows distribution additions
77 ^hg-python
79 ^hg-python
78 ^hg.py$
80 ^hg.py$
General Comments 0
You need to be logged in to leave comments. Login now