Exclude bison generated files in .gitignore
This commit is contained in:
parent
5100d5603f
commit
bc83e64e51
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,6 +3,8 @@
|
||||||
*.so
|
*.so
|
||||||
*.exe
|
*.exe
|
||||||
tags
|
tags
|
||||||
|
glslang/MachineIndependent/glslang_tab.cpp
|
||||||
|
glslang/MachineIndependent/glslang_tab.cpp.h
|
||||||
build/
|
build/
|
||||||
Test/localResults/
|
Test/localResults/
|
||||||
Test/multiThread.out
|
Test/multiThread.out
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue