summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSam Betts <sam@code-smash.net>2015-01-28 17:35:19 +0000
committerSam Betts <sam@code-smash.net>2015-01-28 17:39:29 +0000
commit739c6b23dcc56cb558636e901ab3b9450684d632 (patch)
treed0547de2e97075928d315c99a59782494558b308 /.gitignore
parenteffcb1cf9cc3dc1b017c634082d78a8b2328474d (diff)
downloadhorizon-739c6b23dcc56cb558636e901ab3b9450684d632.tar.gz
Add *.lock to .gitignore file
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 15be0be38..42be456ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.pyc
*.sw?
*.sqlite3
+*.lock
.environment_version
.selenium_log
.coverage*