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: I48846345de6838735d2d2e46328698f6a526f397 Closes-Bug: #1255876
This commit is contained in:
parent
a253b5cecd
commit
0ef054585a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
AUTHORS
|
AUTHORS
|
||||||
ChangeLog
|
ChangeLog
|
||||||
*.swp
|
*.sw?
|
||||||
dist/
|
dist/
|
||||||
.tox
|
.tox
|
||||||
*.egg
|
*.egg
|
||||||
|
Loading…
Reference in New Issue
Block a user