39f44068a7
To ignore swap files from getting into repository currently the implemented ignores are *.swp and *.swo however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: Ie1b458d2b862e6cf2552ae5be6c6178b72e960ab Closes-Bug: #1255876
28 lines
328 B
Plaintext
28 lines
328 B
Plaintext
AUTHORS
|
|
build/*
|
|
build-stamp
|
|
ChangeLog
|
|
cover/
|
|
.coverage
|
|
covhtml/
|
|
dist/
|
|
doc/build
|
|
*.DS_Store
|
|
*.pyc
|
|
neutron.egg-info/
|
|
neutron/vcsversion.py
|
|
neutron/versioninfo
|
|
pbr*.egg/
|
|
quantum.egg-info/
|
|
quantum/vcsversion.py
|
|
quantum/versioninfo
|
|
run_tests.err.log
|
|
run_tests.log
|
|
setuptools*.egg/
|
|
subunit.log
|
|
.testrepository
|
|
.tox/
|
|
.venv/
|
|
*.mo
|
|
*.sw?
|