mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
.gitignore: Scope Vulkan's generated source files
Don't ignore any file named entrypoints.{c,h}. Ignore it only if it's in
src/vulkan.
This commit is contained in:
parent
ca385dcf2a
commit
f559fe9134
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -46,5 +46,3 @@ manifest.txt
|
|||
Makefile
|
||||
Makefile.in
|
||||
.install-mesa-links
|
||||
entrypoints.c
|
||||
entrypoints.h
|
||||
|
|
|
|||
2
src/vulkan/.gitignore
vendored
2
src/vulkan/.gitignore
vendored
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
# Generated source files
|
||||
/*-spirv.h
|
||||
/entrypoints.c
|
||||
/entrypoints.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue