Add some recursive-exclude related to hypothesis and freeze
This commit is contained in:
parent
26b1519534
commit
aaa547e763
|
@ -23,6 +23,10 @@ exclude _pytest/impl
|
||||||
graft _pytest/vendored_packages
|
graft _pytest/vendored_packages
|
||||||
|
|
||||||
recursive-exclude * *.pyc *.pyo
|
recursive-exclude * *.pyc *.pyo
|
||||||
|
recursive-exclude testing/.hypothesis *
|
||||||
|
recursive-exclude testing/freeze/~ *
|
||||||
|
recursive-exclude testing/freeze/build *
|
||||||
|
recursive-exclude testing/freeze/dist *
|
||||||
|
|
||||||
exclude appveyor.yml
|
exclude appveyor.yml
|
||||||
exclude .travis.yml
|
exclude .travis.yml
|
||||||
|
|
Loading…
Reference in New Issue