mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 20:18:12 +02:00
gfxstream: add gitignore for generated code
Test: ./generate-gfxstream-vulkan.sh Reviewed-by: David Gilhooley <djgilhooley@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41059>
This commit is contained in:
parent
1a0fe4e8bb
commit
4c3e8fbc02
1 changed files with 6 additions and 0 deletions
6
src/gfxstream/guest/vulkan_enc/.gitignore
vendored
Normal file
6
src/gfxstream/guest/vulkan_enc/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Generated code
|
||||
func_table.cpp
|
||||
goldfish_vk_*
|
||||
VkEncoder.cpp
|
||||
VkEncoder.h
|
||||
vulkan_*
|
||||
Loading…
Add table
Reference in a new issue