Merge pull request #46936 from gtmanfred/2018.3

don't copy __pycache__ or .pyc files for kitchen
This commit is contained in:
Daniel Wallace 2018-04-06 14:15:45 -05:00 committed by GitHub
commit ac4e7cd73f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,8 @@ provisioner:
- Gemfile.lock
- README.rst
- .travis.yml
- '*.pyc'
- __pycache__
state_top:
base:
"os:Windows":