annotate .gitignore @ 1095:60a82693d43c

tests: fix bad (re) match It seems fffe8883960b incorrectly did a match on the second parent (which is null) and that core Mercurial mistakenly matched the whole line with (re). This was recently fixed in 6d5718e39657 in core, so let's update the test with the correct match.
author Sean Farley <sean@farley.io>
date Thu, 30 Nov 2017 14:49:06 -0800
parents 505d7cdca198
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
58
c79741c05fd8 add .gitignore too. fun.
Chris Wanstrath <chris@ozmm.org>
parents:
diff changeset
1 *.pyc
253
505d7cdca198 package with distutils
Kevin Bullock <kbullock@ringworld.org>
parents: 58
diff changeset
2 tests/*.err
505d7cdca198 package with distutils
Kevin Bullock <kbullock@ringworld.org>
parents: 58
diff changeset
3 build
505d7cdca198 package with distutils
Kevin Bullock <kbullock@ringworld.org>
parents: 58
diff changeset
4 dist
505d7cdca198 package with distutils
Kevin Bullock <kbullock@ringworld.org>
parents: 58
diff changeset
5 *.egg-info