moto/.gitignore
Declan Shanaghy b152c00642 Fix multiple bugs encountered with boto3
* Fix path detection for deleting keys in S3 bucket
* Fix stack deletion ensure delete method exists on object
  * Previous tests were using a stack with no resources
* Fix DESCRIBE_STACK_RESOURCES_RESPONSE,
  * Previously untested code path
2016-04-12 13:58:17 -07:00

13 lines
93 B
Plaintext

moto.egg-info/*
dist/*
.tox
.coverage
cover/
*.pyc
*~
.noseids
build/
.idea/
*.swp
.DS_Store