Updates .gitignore
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
This commit is contained in:
parent
36a554f07a
commit
39f44068a7
3
.gitignore
vendored
3
.gitignore
vendored
@ -24,5 +24,4 @@ subunit.log
|
|||||||
.tox/
|
.tox/
|
||||||
.venv/
|
.venv/
|
||||||
*.mo
|
*.mo
|
||||||
*.swp
|
*.sw?
|
||||||
*.swo
|
|
||||||
|
Loading…
Reference in New Issue
Block a user