Commit 02ad18a2 by johnkslang

Make smoother use in GitHub

+x bison.exe, remove some extra files in runtests, and ignore more created files.
parent 33e075fa
...@@ -3,3 +3,7 @@ ...@@ -3,3 +3,7 @@
*.so *.so
*.exe *.exe
tags tags
build/
Test/localResults/
Test/multiThread.out
Test/singleThread.out
...@@ -53,6 +53,7 @@ while read t; do ...@@ -53,6 +53,7 @@ while read t; do
;; ;;
esac esac
done < test-spirv-list done < test-spirv-list
rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv
# #
# Preprocessor tests # Preprocessor tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment