openstack-python-keystonecl.../.gitignore
Zhenguo Niu 6e029425eb Updates .gitignore
To ignore swap files from getting into repository
currently the implemented ignore is *.swp
however vim adds more swap files if these files exists,
so improving this with *.sw?

Change-Id: Iff581457cabe936b8b285142caff92fcc849f04a
Closes-Bug: #1255876
2013-11-28 22:25:22 +08:00

19 lines
192 B
Text

.coverage
.testrepository
subunit.log
.venv
*,cover
cover
*.pyc
.idea
*.sw?
*.egg
*~
.tox
AUTHORS
ChangeLog
build
dist
python_keystoneclient.egg-info
keystoneclient/versioninfo
doc/source/api