diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-10-02 12:15:53 +0100 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2016-10-04 07:43:15 -0700 |
commit | 66f85c38242aead1e670f805723dc6c971725656 (patch) | |
tree | 909d0c7ba276299cb8de90a7e3aa67785e15fec4 | |
parent | 8b1f9fd3b3e4b7703314278061d7905a6e780ce7 (diff) |
nir/spirv: Remove a duplicate spirv2nir from .gitignore
This reverts commit fc03ecfeaf5a10a8b84d366f24f02e74ab03b145.
Chad had already pushed the same change between me posting the patch and Jason
pushing it: 44bcf1ffcced04fd7f2b (".gitignore: Ignore src/compiler/spirv2nir")
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
-rw-r--r-- | src/compiler/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/.gitignore b/src/compiler/.gitignore index f6195676b4..5d30b4e8fc 100644 --- a/src/compiler/.gitignore +++ b/src/compiler/.gitignore @@ -4,4 +4,3 @@ subtest-cr subtest-cr-lf subtest-lf subtest-lf-cr -spirv2nir |