Adding gitignore rules

Change-Id: I2671b807f5ea08a4644a5b791b10307a988b1cd9
This commit is contained in:
Hervé Beraud 2019-07-16 17:32:15 +02:00 committed by Stephen Finucane
parent 6b06d7d7e1
commit 94f22e342a
1 changed files with 27 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@ -0,0 +1,27 @@
# Add patterns in here to exclude files created by tools integrated with this
# repository, such as test frameworks from the project's recommended workflow,
# rendered documentation and package builds.
#
# Don't add patterns to exclude files created by preferred personal tools
# (editors, IDEs, your operating system itself even). These should instead be
# maintained outside the repository, for example in a ~/.gitignore file added
# with:
#
# git config --global core.excludesfile '~/.gitignore'
AUTHORS
ChangeLog
*.pyc
*.log
.tox
.coverage
*.egg-info/
.eggs
*.egg
build/
doc/build/
doc/source/api/
dist/
.stestr/
releasenotes/build
cover/