Updates .hgigore a bit.

Notably, this includes .tox which otherwise inundates the output of hg status
after running tests. Also includes a few other files that end up existing but
untracked.

#0
This commit is contained in:
Rhett Robinson 2018-01-14 17:48:11 -08:00
parent 26eb49779c
commit 87258f0a91

View File

@ -6,6 +6,12 @@ dist
build/bdist
tools/cpep8.venv/
tests/logs/
logs/
ignored/
patch_queue/
archived_builds/
.tox/
.*\.mo$
.*\.pot$
locale/.files
MANIFEST