0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-04-08 02:41:45 +02:00

Add .spv to .gitignore for SPIR-V bytecode generations.

This commit is contained in:
Jason Volk 2021-10-27 15:29:15 -07:00
parent 2d36b07f5b
commit 99e68a8403

1
.gitignore vendored
View file

@ -7,6 +7,7 @@ Makefile
*.la *.la
*.bc *.bc
*.ll *.ll
*.spv
*.orig *.orig
*.log *.log
*.sw? *.sw?