.hgignore
author Raphaël Gomès <rgomes@octobus.net>
Fri, 19 Jul 2019 16:26:48 +0200
branchstable
changeset 4844 2488ec1bd22f
parent 3376 aad37ffd7d58
child 5224 0a6aee4b4947
permissions -rw-r--r--
docs: add example for the `prune` command Giving at least one example helps clear up the syntax, especially since most options will follow a very similar pattern.

syntax: re
/figures/[^/]+\.png$
^html/
\.pyc$
~$
\.swp$
\.orig$
\.rej$
^tests/.*\.err$
^tests/easy_run.sh$
^build/
^dist/
^MANIFEST$
^docs/tutorials/.*\.rst$
\.ico$
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/