.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:
Chad Versace 2015-05-27 16:59:53 -07:00
parent ca385dcf2a
commit f559fe9134
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -46,5 +46,3 @@ manifest.txt
Makefile
Makefile.in
.install-mesa-links
entrypoints.c
entrypoints.h

View file

@ -2,3 +2,5 @@
# Generated source files
/*-spirv.h
/entrypoints.c
/entrypoints.h