comparison .hgignore @ 3203:34d5c97a3dee stable

hgignore: fix .err matching patterns We don't want to ignore .err file outside of the 'tests/' directory.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 23 Nov 2017 00:29:52 +0100
parents b26a1f061ac8
children aad37ffd7d58
comparison
equal deleted inserted replaced
3202:1b0178a3330b 3203:34d5c97a3dee
4 \.pyc$ 4 \.pyc$
5 ~$ 5 ~$
6 \.swp$ 6 \.swp$
7 \.orig$ 7 \.orig$
8 \.rej$ 8 \.rej$
9 \.err$ 9 ^tests/.*\.err$
10 ^tests/easy_run.sh$ 10 ^tests/easy_run.sh$
11 ^build/ 11 ^build/
12 ^dist/ 12 ^dist/
13 ^MANIFEST$ 13 ^MANIFEST$
14 ^docs/tutorials/.*\.rst$ 14 ^docs/tutorials/.*\.rst$