comparison .hgignore @ 2020:143c8e4dc22d

topic: merge the topic extension in the evolve repository There is a lot of synergy between the two concepts. Topic is expected to be able to smooth multiple of evolution sharp edge. Having them both in the same repository will make this collaboration easier.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Thu, 02 Mar 2017 18:07:46 +0100
parents 77df6101d3b5 b6f934ed3570
children b26a1f061ac8
comparison
equal deleted inserted replaced
2019:996a562b6c9f 2020:143c8e4dc22d
1 syntax: glob 1 syntax: re
2 *.orig 2 /figures/[^/]+\.png$
3 *.pyc 3 ^html/
4 tests/*.err 4 \.pyc$
5 tests/.testtimes 5 ~$
6 \.swp$
7 \.orig$
8 \.rej$
9 \.err$
10 ^tests/easy_run.sh$
11 ^build/
12 ^MANIFEST$
13 ^docs/tutorials/.*\.rst$
14 \.ico$
15 tests/\.testtimes