mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 16:34:46 +00:00
Update .hgignore
This commit is contained in:
parent
89f0800682
commit
6073c7ad89
1 changed files with 11 additions and 10 deletions
21
.hgignore
21
.hgignore
|
|
@ -1,11 +1,12 @@
|
||||||
lib
|
^bin/
|
||||||
include
|
^dist/
|
||||||
.*\.pyc$
|
^include/
|
||||||
dist
|
^lib/
|
||||||
bin
|
^man/
|
||||||
flake8.egg-info
|
/__pycache__/
|
||||||
man
|
\.egg$
|
||||||
|
\.egg-info/
|
||||||
\.Python
|
\.Python
|
||||||
nose*
|
\.orig$
|
||||||
.*\.swp
|
\.pyc$
|
||||||
.*.orig
|
\.swp$
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue