739c6b23dc
Lock files being left behind by oslo_concurrency were not gitignored so it was likely they would end up in commits by accident, this patch adds *.lock to the .gitignore to prevent this. Change-Id: I06d5eda51e84af0e7afa64315b47a6a651ef41ec Closes-Bug: 1415576
31 lines
427 B
Plaintext
31 lines
427 B
Plaintext
*.mo
|
|
*.pyc
|
|
*.sw?
|
|
*.sqlite3
|
|
*.lock
|
|
.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
|
|
openstack_dashboard/wsgi/horizon.wsgi
|
|
doc/build/
|
|
doc/source/sourcecode
|
|
/static/
|
|
.venv
|
|
.tox
|
|
build
|
|
dist
|
|
AUTHORS
|
|
ChangeLog
|
|
tags
|