Update .hgignore

This commit is contained in:
Florent Xicluna 2014-03-30 22:32:32 +02:00
parent 89f0800682
commit 6073c7ad89

View file

@ -1,11 +1,12 @@
lib
include
.*\.pyc$
dist
bin
flake8.egg-info
man
^bin/
^dist/
^include/
^lib/
^man/
/__pycache__/
\.egg$
\.egg-info/
\.Python
nose*
.*\.swp
.*.orig
\.orig$
\.pyc$
\.swp$