Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@google.com>2016-06-22 00:27:27 +0300
committerLei Zhang <antiagainst@google.com>2016-06-22 00:27:27 +0300
commit7cdf39c8f1802b493053b7c04dde924b61248a8e (patch)
treec3883f1a4187b3b6bce9b15ca95d4b68c5b2f0ae /.gitignore
parent1a18739650fffa25a786bc35caeb34d4e82aad9f (diff)
Ignore Vim swap files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 439b9da06..8933fe98a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,7 @@ compile_commands.json
/external/spirv-headers/
/TAGS
/.clang_complete
+
+# Vim
+[._]*.s[a-w][a-z]
+*~