.hgignore
author Sushil khanchi <sushilkhanchi97@gmail.com>
Mon, 13 May 2019 18:39:43 +0530
changeset 4638 7978db1dda3e
parent 3376 aad37ffd7d58
child 5224 0a6aee4b4947
permissions -rw-r--r--
touch: extract the logic of touching rev's to its own function This refactoring will also help us in using the context manager for locks in next patches and also help reducing the nested depth.

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/