python-novaclient/.gitignore
Zhenguo Niu beb30f714e 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: Ic3e09f8cf0be35c98d89d862d40121a09c7b2498
Closes-Bug: #1255876
2013-11-28 22:36:20 +08:00

19 lines
152 B
Plaintext

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