5117c74d52
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: I91c799acfe186791061cd91414f606fd7cf08fb7 Closes-Bug: #1255876
28 lines
377 B
Plaintext
28 lines
377 B
Plaintext
*.pyc
|
|
*.sw?
|
|
*.sqlite3
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.noseids
|
|
.DS_STORE
|
|
coverage.xml
|
|
nosetests.xml
|
|
pep8.txt
|
|
pylint.txt
|
|
reports
|
|
horizon.egg-info
|
|
openstack_dashboard/local/local_settings.py
|
|
openstack_dashboard/local/.secret_key_store
|
|
openstack_dashboard/test/.secret_key_store
|
|
doc/build/
|
|
doc/source/sourcecode
|
|
/static/
|
|
.venv
|
|
.tox
|
|
build
|
|
dist
|
|
AUTHORS
|
|
ChangeLog
|
|
tags
|