Improve .gitignore for project

This patch will help project ignore some redundant items
during push into gerrit.

Change-Id: I4a9bf4c5b8be64e3327dbf0592f9d858bea6becc
This commit is contained in:
Nguyen Van Trung 2018-07-04 10:12:29 +07:00
parent d116a63414
commit e4179de2a8
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