view .hgignore @ 1221:524dbc8ffeac

prune: add --keep to not touch the working copy In order to more closely emulate strip, lets add --keep to leave the working copy untouched when we do our prune.
author Durham Goode <durham@fb.com>
date Fri, 20 Mar 2015 12:51:57 -0700
parents 41688ca951e7
children a7bad80b7700 854421a48e0c
line wrap: on
line source

syntax: re
/figures/[^/]+\.png$
^docs/build/
^docs/html/
^html/
\.pyc$
~$
\.swp$
\.orig$
\.rej$
\.err$
^tests/easy_run.sh$
^build/
^MANIFEST$
^docs/tutorials/.*\.rst$
\.ico$