Cleanup .gitignore

Remove platform-specific files
Remove IDE specific files
Remove unneeded files

Change-Id: Id7b8fb738366f7665e6ac1a8b1798b6196920924
This commit is contained in:
Sergey Reshetnyak 2015-07-21 17:06:42 +03:00
parent 5d6769015e
commit 1a033a0456
1 changed files with 15 additions and 39 deletions

54
.gitignore vendored
View File

@ -1,49 +1,25 @@
*.py[co]
*.egg[s]
*.egg-info *.egg-info
dist *.egg[s]
build *.log
eggs *.py[co]
parts
var
sdist
develop-eggs
.installed.cfg
pip-log.txt
.coverage .coverage
.testrepository
.tox .tox
*.mo
.mr.developer.cfg
.DS_Store
Thumbs.db
.venv .venv
.idea AUTHORS
out ChangeLog
target build
*.iml cover
*.ipr develop-eggs
*.iws dist
doc/html
doc/source/apidoc
doc/source/api
doc/build doc/build
*.db doc/html
nosetests.xml eggs
pylint-report.txt etc/sahara.conf
etc/local.cfg
etc/sahara/*.conf etc/sahara/*.conf
etc/sahara/*.topology etc/sahara/*.topology
etc/sahara.conf
ChangeLog
sahara/tests/integration/configs/itest.conf sahara/tests/integration/configs/itest.conf
cscope.out sdist
target
tools/lintstack.head.py tools/lintstack.head.py
tools/pylint_exceptions tools/pylint_exceptions
sahara/tests/cover
sahara/tests/coverage.xml
cover
htmlcov
sahara/openstack/common/db/sahara.sqlite
.testrepository
AUTHORS
*.log