.hgignore
author Mads Kiilerich <mads@kiilerich.com>
Mon, 07 Nov 2011 02:44:04 +0100
branchstable
changeset 1009 0c737b00568d
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: make '(esc)' matching in run-tests.py work as intended The code for match on (esc) lines didn't work, and it would thus always end up emitting another suggestion ... which however would match the old one. [ original upstream message ]

syntax: glob

*.pyc
*.pyo
*~
*.swp
*.orig
*.rej
.DS_Store

build/*
MANIFEST