Files
python-keystoneclient/.gitignore
Sushil Kumar 5214eababf Updates .gitignore
Adding ignore for Eclipse IDE environment files
These files .project and .pydevproject should be
ignored while pushing to repositories.

Change-Id: If249ec02eb770ab66d2216939a0747dfa51e701a
Closes-Bug: #1256043
2013-11-28 16:59:51 +00:00

23 lines
247 B
Plaintext

.coverage
.testrepository
subunit.log
.venv
*,cover
cover
*.pyc
.idea
*.swp
*.egg
*~
.tox
AUTHORS
ChangeLog
build
dist
python_keystoneclient.egg-info
keystoneclient/versioninfo
doc/source/api
# Development environment files
.project
.pydevproject