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:
authorPaul Thomson <paulthomson@users.noreply.github.com>2019-04-08 21:37:17 +0300
committerGitHub <noreply@github.com>2019-04-08 21:37:17 +0300
commitd90aae9a5a6cb05b9d7eb45555d9ae107fbe7464 (patch)
tree804728afec93a41ffe85f6b001fb1f120b89f715 /.gitignore
parent7ce37d66a86d5869ed64e996c9ae694cd47796b8 (diff)
reduce: miscellaneous fixes (#2494)
* Fix .gitignore * Add missing reduction pass: RemoveBlockReductionOpportunityFinder * Add DumpShader functions in test_reduce for debugging * Add DumpShader functions in spirv-reduce for debugging * Fix include style * Don't use "using namespace"
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 059b18ed7..e097bab37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,5 +21,5 @@ compile_commands.json
*~
# C-Lion
-.idea
-cmake-build-debug \ No newline at end of file
+/.idea/
+/cmake-build-*/