Update .gitignore

Add additional commonly ignored files to .gitignore. The additional
entries were copied from what is already configured in
python-tripleoclient. Add these to .gitignore has the additional benefit
of these files also being ignored by ansible-lint, since ansible-lint
uses git ls-files.

Change-Id: Ibad5463c7e7c744f068609d62ccd4d3b0fd6eab0
Signed-off-by: James Slagle <jslagle@redhat.com>
This commit is contained in:
James Slagle 2022-03-15 09:28:23 -04:00
parent 4403f2182b
commit 07adbb7b7e
1 changed files with 12 additions and 4 deletions

16
.gitignore vendored
View File

@ -34,11 +34,13 @@ lib64
pip-log.txt
# Unit test / coverage reports
cover
.coverage
.tox
.testrepository
nosetests.xml
.testrepository
.stestr/*
cover/*
MagicMock/*
# Translations
*.mo
@ -46,12 +48,18 @@ nosetests.xml
*.bundle
Gemfile.lock
doc/_build
# Built by pbr (python setup.py sdist):
AUTHORS
ChangeLog
# Sphinx
doc/build
# Editors
*~
.*.swp
.*sw?
# Leftovers from other commants like tox -e pep8,tht
.cache
common/deploy-steps-tasks-step-0.yaml