mirror of
https://opendev.org/openstack/python-keystoneclient.git
synced 2026-01-16 23:10:41 +00:00
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
19 lines
192 B
Text
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
|