diff options
author | Chad Versace <[email protected]> | 2016-09-27 13:22:44 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2016-09-27 13:22:44 -0700 |
commit | 44bcf1ffcced04fd7f2b537a922ffa85dd1418e2 (patch) | |
tree | 12820c22090c156a0c47f2d805c5d057a16ace0e | |
parent | ea6ed2379d43330152273caa87f93ea7a77ec9f7 (diff) |
.gitignore: Ignore src/compiler/spirv2nir
-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 c0e62996b91..5d30b4e8fcf 100644 --- a/src/compiler/.gitignore +++ b/src/compiler/.gitignore @@ -1,4 +1,5 @@ glsl_compiler +spirv2nir subtest-cr subtest-cr-lf subtest-lf |