comparison .hgignore @ 6189:16f59121f8f6 mercurial-4.8

test-compat: merge mercurial-4.9 into mercurial-4.8
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 23 Feb 2022 00:09:39 +0300
parents ba316ce15040
children
comparison
equal deleted inserted replaced
6168:8d04f00c2fbf 6189:16f59121f8f6
1 syntax: re 1 syntax: glob
2 /figures/[^/]+\.png$ 2 *.py[cdo]
3 ^html/ 3 *~
4 \.pyc$ 4 *.swp
5 ~$ 5 *.orig
6 \.swp$ 6 *.rej
7 \.orig$ 7 *.egg-info
8 \.rej$
9 ^tests/.*\.err$
10 ^tests/easy_run.sh$
11 ^build/
12 ^dist/
13 ^MANIFEST$
14 ^docs/tutorials/.*\.rst$
15 \.ico$
16 tests/\.testtimes
17 8
18 ^docs/training/graphs/ 9 syntax: rootglob
19 ^docs/training/html/ 10 .idea/
20 ^docs/training/index.html 11 .mypy_cache/
21 ^docs/training/graphviz-images/ 12 .pytype/
22 ^docs/training/img/ 13 .vscode/
23 ^docs/training/output/ 14 html/
24 ^docs/training/pandocfilters/ 15 build/
16 dist/
17 MANIFEST
18 tests/easy_run.sh
19 tests/*.err
20 tests/.testtimes*
21 docs/training/graphs/
22 docs/training/html/
23 docs/training/index.html
24 docs/training/graphviz-images/
25 docs/training/img/
26 docs/training/output/
27 docs/training/pandocfilters/
28 docs/tutorials/**.rst
29 docs/figures/**.png
30 docs/static/**.ico