.gitignore: add exclusions for shader .c files

pull/391/head
Lynne 2 months ago
parent d0ab49e3e7
commit 91a4f1539f
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 2
      .gitignore

2
.gitignore vendored

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

Loading…
Cancel
Save