Merge "Add .gitignore file"

This commit is contained in:
Jenkins 2016-12-08 11:08:14 +00:00 committed by Gerrit Code Review
commit ac7372f6df
1 changed files with 30 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@ -0,0 +1,30 @@
# Python autogenerated files
*.py[co]
# Sphinx
_build
doc/build/
# Packages/installer info
*.egg
*.egg-info
dist
build
sdist
# pbr
AUTHORS
ChangeLog
# tests
.testrepository
.tox
.venv
.coverage
cover
# Other
*.DS_Store
.idea
.*.swp
*~