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: I91c799acfe186791061cd91414f606fd7cf08fb7 Closes-Bug: #1255876
This commit is contained in:
parent
7711a78ac4
commit
5117c74d52
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
*.pyc
|
||||
*.swp
|
||||
*.sw?
|
||||
*.sqlite3
|
||||
.environment_version
|
||||
.selenium_log
|
||||
|
Loading…
Reference in New Issue
Block a user