.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:
@@ -46,5 +46,3 @@ manifest.txt
|
||||
Makefile
|
||||
Makefile.in
|
||||
.install-mesa-links
|
||||
entrypoints.c
|
||||
entrypoints.h
|
||||
|
||||
@@ -2,3 +2,5 @@
|
||||
|
||||
# Generated source files
|
||||
/*-spirv.h
|
||||
/entrypoints.c
|
||||
/entrypoints.h
|
||||
|
||||
Reference in New Issue
Block a user