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