From 02ad18a2a6339883c519c8ebafb5512d7ee62516 Mon Sep 17 00:00:00 2001 From: johnkslang Date: Fri, 26 Jun 2015 00:12:31 -0600 Subject: [PATCH] Make smoother use in GitHub +x bison.exe, remove some extra files in runtests, and ignore more created files. --- .gitignore | 4 ++++ Test/runtests | 1 + 2 files changed, 5 insertions(+) mode change 100755 => 100644 Test/runtests diff --git a/.gitignore b/.gitignore index edc55b9f..d93c2022 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ *.so *.exe tags +build/ +Test/localResults/ +Test/multiThread.out +Test/singleThread.out diff --git a/Test/runtests b/Test/runtests old mode 100755 new mode 100644 index 09368f14..db2a345c --- a/Test/runtests +++ b/Test/runtests @@ -53,6 +53,7 @@ while read t; do ;; esac done < test-spirv-list +rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv # # Preprocessor tests