update gitignore to exclude precompiled shaders
This commit is contained in:
parent
653817edf0
commit
c336bdff65
|
@ -1,3 +1,4 @@
|
||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.o
|
*.o
|
||||||
|
*Shader.c
|
Loading…
Reference in New Issue