From: Scott D Phillips Date: Fri, 5 Jan 2018 18:52:27 +0000 (-0800) Subject: .gitignore: Ignore new generated files X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=161a97c3d5e9195dce064d35446caec5ab59943d;p=mesa.git .gitignore: Ignore new generated files New generated files from: bb1e6ff161c ("spirv: Add a prepass to set types on vtn_values") 65fc16c9741 ("autotools: set XA versions in configure.ac and configure header file") Reviewed-by: Jordan Justen --- diff --git a/src/compiler/spirv/.gitignore b/src/compiler/spirv/.gitignore index f723c31b046..fd06285b405 100644 --- a/src/compiler/spirv/.gitignore +++ b/src/compiler/spirv/.gitignore @@ -1 +1,2 @@ /spirv_info.c +/vtn_gather_types.c diff --git a/src/gallium/state_trackers/xa/.gitignore b/src/gallium/state_trackers/xa/.gitignore new file mode 100644 index 00000000000..6a5bb3e1e3f --- /dev/null +++ b/src/gallium/state_trackers/xa/.gitignore @@ -0,0 +1 @@ +/xa_tracker.h