diff options
author | Rhys Perry <[email protected]> | 2018-05-11 13:12:05 +0100 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-05-12 20:14:49 -0700 |
commit | c879011c72cd6f088bf917497f5689db5bd5bda5 (patch) | |
tree | 527a265913ef65d3e0c6ce37ef91e820b4b9209c /src/compiler | |
parent | 86d63b53a20a747e3de769549572d895c7fbb736 (diff) |
anv,nir: add generated files to .gitignore(s)
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/nir/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/nir/.gitignore b/src/compiler/nir/.gitignore index 64828eba6d3..8faf93f0b22 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.c +nir_intrinsics.h |