Merge "Improve .gitignore for project"

This commit is contained in:
Zuul 2018-07-13 11:44:37 +00:00 committed by Gerrit Code Review
commit 88b95ae654
1 changed files with 22 additions and 1 deletions

23
.gitignore vendored
View File

@ -1,13 +1,34 @@
*.pyc
*.tox
*.retry
.coverage
.coveragerc
.coverage.*
.venv
*.testrepository
.stestr/
openstack_cyborg.egg-info
dist
build
build/*
*.DS_Store
ChangeLog
# Sample profile
etc/cyborg/policy.json.sample
etc/cyborg/cyborg.conf.sample
.idea/*
# Editors
*.sublime-workspace
*.swp
*.swo
doc/source/_static/*.sample
doc/build/*
doc/source/api/*
api-ref/build/*
AUTHORS
Authors
ChangeLog