From 161a97c3d5e9195dce064d35446caec5ab59943d Mon Sep 17 00:00:00 2001 From: Scott D Phillips Date: Fri, 5 Jan 2018 10:52:27 -0800 Subject: [PATCH] .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 --- src/compiler/spirv/.gitignore | 1 + src/gallium/state_trackers/xa/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/gallium/state_trackers/xa/.gitignore 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