Add .gitignore file

Change-Id: I28abf9375ae5f7656d243e7ac28d5d8598698028
This commit is contained in:
Alexander Gordeev 2016-10-13 21:11:27 +03:00 committed by Dmitry Bogun
parent 65f5f65984
commit e6ea528548
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
*~