Mercurial > evolve
annotate .hgignore @ 2009:d9c1d140a831
flake8: don't ignore E713 now that it's fixed
E713 is "test for membership should be ‘not in’"
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 07 Sep 2016 10:35:47 +0800 |
parents | b6f934ed3570 |
children | 143c8e4dc22d |
rev | line source |
---|---|
1839
1bc5e62fc0c7
Initial dumb version of topics.
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
1 syntax: glob |
1bc5e62fc0c7
Initial dumb version of topics.
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
2 *.orig |
1bc5e62fc0c7
Initial dumb version of topics.
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
3 *.pyc |
1bc5e62fc0c7
Initial dumb version of topics.
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
4 tests/*.err |
1882
b6f934ed3570
hgignore: also ignore testtimes
Augie Fackler <raf@durin42.com>
parents:
1839
diff
changeset
|
5 tests/.testtimes |