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:
authorVasyl Teliman <vasniktel@gmail.com>2020-03-08 17:27:05 +0300
committerGitHub <noreply@github.com>2020-03-08 17:27:05 +0300
commit533af49812c7a36b4e73e1b2860c263dbe78032a (patch)
tree01de759ef69a81e44bc5c6609aa38acf12cc4124 /.gitignore
parentda4cd214850296225484d3c2575c0e7eec83d607 (diff)
spirv-fuzz: Add fuzzer pass to permute function parameters (#3212)
Fixes #3194.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 196c63c92..b2af56e92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,6 @@ bazel-testlogs
# C-Lion
/.idea/
/cmake-build-*/
+
+# VSCode
+/.vscode/*