Files
python-cinderclient/.gitignore
Zhenguo Niu 8fc5ae480e Ignore swap files generated during file edting by vim
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: I11965d5fb22aeae622dad8bb29cf1f0533ed439a
Closes-Bug: #1255876
2013-12-04 09:39:50 +08:00

18 lines
168 B
Plaintext

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