add .gitignore file

generic list of files to ignore from cookiecutter

Change-Id: I6b8b8bb9f8ca11f9c023b1a4a62341202210d564
This commit is contained in:
gord chung 2017-05-16 19:30:03 +00:00
parent 2eb5d31914
commit a517be6a90
1 changed files with 58 additions and 0 deletions

58
.gitignore vendored Normal file
View File

@ -0,0 +1,58 @@
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
releasenotes/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# generated docs
doc/source/ref/