[Mesa-dev] [PATCH 1/2] compiler/nir: add nir_intrinsics.[ch] to .gitignore

Rob Clark robdclark at gmail.com
Wed Apr 4 11:42:23 UTC 2018


On Wed, Apr 4, 2018 at 3:25 AM, Alejandro PiƱeiro <apinheiro at igalia.com> wrote:
> Generated since
> 76dfed8ae2d5c6c509eb2661389be3c6a25077df
> "nir: mako all the intrinsics"

oh, people still do in-tree builds?  I've been spoiled by meson
forcing out-of-tree builds ;-)

Reviewed-by: Rob Clark <robdclark at gmail.com>

> ---
>  src/compiler/nir/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/src/compiler/nir/.gitignore b/src/compiler/nir/.gitignore
> index 64828eba6d3..dea9ada80fa 100644
> --- a/src/compiler/nir/.gitignore
> +++ b/src/compiler/nir/.gitignore
> @@ -3,3 +3,5 @@ nir_opt_algebraic.c
>  nir_opcodes.c
>  nir_opcodes.h
>  nir_constant_expressions.c
> +nir_intrinsics.h
> +nir_intrinsics.c
> \ No newline at end of file
> --
> 2.14.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list