mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-23 19:29:44 +00:00
Make smoother use in GitHub
+x bison.exe, remove some extra files in runtests, and ignore more created files.
This commit is contained in:
parent
33e075faad
commit
02ad18a2a6
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,3 +3,7 @@
|
||||
*.so
|
||||
*.exe
|
||||
tags
|
||||
build/
|
||||
Test/localResults/
|
||||
Test/multiThread.out
|
||||
Test/singleThread.out
|
||||
|
1
Test/runtests
Executable file → Normal file
1
Test/runtests
Executable file → Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user