view .hgignore @ 6115:ba316ce15040

hgignore: rewrite using globs, rootglobs ...and adding useful patterns from upstream hg.
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 07 Jan 2022 15:20:17 +0100
parents aad37ffd7d58
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