view .hgignore @ 6871:f1eefaa0ad28

tests: strip trailing slash and skip the first line in test-check-sdist.t To be able to easily compare the output of `tar -t` with other commands (such as `find`) we want to strip the trailing slash from directories and also exclude the first line in the output (which is now empty after previous sed manipulations).
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 06 Oct 2024 19:44:22 +0400
parents ba316ce15040
children
line wrap: on
line source

syntax: glob
*.py[cdo]
*~
*.swp
*.orig
*.rej
*.egg-info

syntax: rootglob
.idea/
.mypy_cache/
.pytype/
.vscode/
html/
build/
dist/
MANIFEST
tests/easy_run.sh
tests/*.err
tests/.testtimes*
docs/training/graphs/
docs/training/html/
docs/training/index.html
docs/training/graphviz-images/
docs/training/img/
docs/training/output/
docs/training/pandocfilters/
docs/tutorials/**.rst
docs/figures/**.png
docs/static/**.ico