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:
authorAlastair Donaldson <afdx@google.com>2018-11-21 22:03:09 +0300
committerSteven Perron <stevenperron@google.com>2018-11-21 22:03:09 +0300
commitf3acb955c20395f76b4f592631016d297ca34fe5 (patch)
tree5e46e75788d9750153b011393524131b07522390 /.gitignore
parentfe39a6f342f653c6b1115f21df496ca572d12611 (diff)
Initial commit for spirv-reduce. (#2056)
Creates a new tool that can be used to reduce failing testcases, similar to creduce.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4752a331e..059b18ed7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,7 @@ compile_commands.json
# Vim
[._]*.s[a-w][a-z]
*~
+
+# C-Lion
+.idea
+cmake-build-debug \ No newline at end of file