mirror of https://github.com/scrapy/scrapy.git
add distutils folders to gitignore
This commit is contained in:
parent
462e40acd0
commit
51f340e1b9
|
|
@ -1,7 +1,9 @@
|
|||
*.pyc
|
||||
_trial_temp
|
||||
_trial_temp*
|
||||
dropin.cache
|
||||
docs/build
|
||||
*egg-info
|
||||
.tox
|
||||
venv
|
||||
build
|
||||
dist
|
||||
|
|
|
|||
Loading…
Reference in New Issue