.hgignore
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 26 Nov 2017 10:34:46 -0500
changeset 3267 f9206b009f48
parent 3203 34d5c97a3dee
child 3376 aad37ffd7d58
permissions -rw-r--r--
stablesort: write a flat version of the algorithm This new version never needs to iterate over the full repository even when merge are encountered. Having the algorithm flat also prepare caching works since the iteration sequence can we expressed with a couple of flat loop.

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