diff options
author | Eric Engestrom <[email protected]> | 2016-09-25 16:49:53 +0100 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-10-01 15:27:48 -0700 |
commit | fc03ecfeaf5a10a8b84d366f24f02e74ab03b145 (patch) | |
tree | e126339b35eeeaab514225dab1239f9510613028 /src/compiler | |
parent | c86793804498a33e36302b670d3a8b095f9bdc93 (diff) |
nir/spirv: add spirv2nir binary to .gitignore
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/.gitignore b/src/compiler/.gitignore index 5d30b4e8fcf..f6195676b40 100644 --- a/src/compiler/.gitignore +++ b/src/compiler/.gitignore @@ -4,3 +4,4 @@ subtest-cr subtest-cr-lf subtest-lf subtest-lf-cr +spirv2nir |