.gitignore: add exclusions for shader .c files

This commit is contained in:
Lynne 2024-11-06 15:17:15 +01:00
parent d0ab49e3e7
commit 91a4f1539f
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -41,3 +41,5 @@
/src /src
/mapfile /mapfile
/tools/python/__pycache__/ /tools/python/__pycache__/
/libavcodec/vulkan/*.c
/libavfilter/vulkan/*.c