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
ee3ef14efa
commit
583b8f4506
3
.gitignore
vendored
3
.gitignore
vendored
@ -24,5 +24,4 @@ subunit.log
|
||||
.tox/
|
||||
.venv/
|
||||
*.mo
|
||||
*.swp
|
||||
*.swo
|
||||
*.sw?
|
||||
|
Loading…
Reference in New Issue
Block a user