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: I9384015efdd1bc2a9bbfe6f25552cd909b155998 Closes-Bug: #1255876
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,7 +1,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
*.egg
|
*.egg
|
||||||
*.swp
|
*.sw?
|
||||||
AUTHORS
|
AUTHORS
|
||||||
ChangeLog
|
ChangeLog
|
||||||
build/*
|
build/*
|
||||||
|
Reference in New Issue
Block a user