mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 19:26:52 +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
|
||||
include
|
||||
.*\.pyc$
|
||||
dist
|
||||
bin
|
||||
flake8.egg-info
|
||||
man
|
||||
^bin/
|
||||
^dist/
|
||||
^include/
|
||||
^lib/
|
||||
^man/
|
||||
/__pycache__/
|
||||
\.egg$
|
||||
\.egg-info/
|
||||
\.Python
|
||||
nose*
|
||||
.*\.swp
|
||||
.*.orig
|
||||
\.orig$
|
||||
\.pyc$
|
||||
\.swp$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue