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
This commit is contained in:
parent
effcb1cf9c
commit
739c6b23dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
*.pyc
|
||||
*.sw?
|
||||
*.sqlite3
|
||||
*.lock
|
||||
.environment_version
|
||||
.selenium_log
|
||||
.coverage*
|
||||
|
Loading…
Reference in New Issue
Block a user