Updates .gitignore
To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: I5c70908e32fc5316e395c72810fc45f5db8a7a77 Closes-Bug: #1255864
This commit is contained in:
parent
f72f369538
commit
083c07c4b5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
*.pyc
|
||||
*.swp
|
||||
*.sw?
|
||||
*.egg/
|
||||
vendor
|
||||
.ksl-venv
|
||||
|
Loading…
x
Reference in New Issue
Block a user