Add gitignore file to the new repo

Change-Id: I92c9e43c4a56d2974476427c041491598f99705f
This commit is contained in:
Slawek Kaplonski 2022-08-22 12:18:50 +02:00
parent e14b50c4c8
commit 7ce73e9ec6
1 changed files with 59 additions and 0 deletions

59
.gitignore vendored Normal file
View File

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