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: I1f3ee52050ac6812c34357ad786fd8210f4238f2 Closes-Bug: #1255876
This commit is contained in:
committed by
Gerrit Code Review
parent
57a2b43f6a
commit
cd7f2cbd79
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,7 +5,7 @@ subunit.log
|
|||||||
cover
|
cover
|
||||||
*.pyc
|
*.pyc
|
||||||
.idea
|
.idea
|
||||||
*.swp
|
*.sw?
|
||||||
*~
|
*~
|
||||||
AUTHORS
|
AUTHORS
|
||||||
build
|
build
|
||||||
|
|||||||
Reference in New Issue
Block a user