aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2018-12-03 16:29:39 -0500
committerdan sinclair <dj2@everburning.com>2018-12-03 16:29:39 -0500
commit4e1caf970455e41e6ecb7670fd257cee16e09f01 (patch)
tree01dd4e85cc7a4cefba63d35270f45a945c5e53f0 /.gitignore
parent95e6d5705a75c6b847b7cca0770df38c3a5bd3d4 (diff)
downloadamber-4e1caf970455e41e6ecb7670fd257cee16e09f01.tar.gz
Git should ignore Vim swap files (#133)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4c9796c..44bbfd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,6 @@ third_party/shaderc
third_party/spirv-tools
third_party/spirv-headers
.vs
+
+# Vim swap files
+[._]*.s[a-w][a-z]