Ignore Vim swap files.

This commit is contained in:
Lei Zhang 2016-06-21 17:27:27 -04:00
parent 1a18739650
commit 7cdf39c8f1

4
.gitignore vendored
View File

@ -5,3 +5,7 @@ compile_commands.json
/external/spirv-headers/
/TAGS
/.clang_complete
# Vim
[._]*.s[a-w][a-z]
*~