Commit 9dec123f by Shahbaz Youssefi Committed by Commit Bot

Ignore nameless vim swap files

Starting vim with no file name creates a swap file in the form of .swp, .swo etc. Add these files to .gitignore. Bug: None Change-Id: Id9639f626daebc993ccc9ab0a9049a18e0f80862 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1975612Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent f321db9a
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
*.vsp *.vsp
*~ *~
.*.sw* .*.sw*
.sw*
.cipd .cipd
.gclient .gclient
.gclient_entries .gclient_entries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment