diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-06-14 09:03:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-14 09:03:06 -0700 |
| commit | 8ddf03f295ee4149c3ce2304545e759be6fcead2 (patch) | |
| tree | 6e2308639ac3205fb7a8760ff61def7779352699 /.gitignore | |
| parent | 5a11b47b34845874e1d8bfa28181661863645920 (diff) | |
| parent | 34c7cdc68fd5b7b8132250c4de0d562c9ba0adbb (diff) | |
Merge pull request #6 from tfoleyNV/testing
Testing improvements
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index a0a57b5aa..e62d06013 100644 --- a/.gitignore +++ b/.gitignore @@ -10,15 +10,9 @@ intermediate/ # files generated by test runner *.actual -*.hlsl.expected -*.fx.expected -*.glsl.expected -*.vert.expected -*.frag.expected -*.geom.expected -*.tesc.expected -*.tese.expected -*.comp.expected +*.expected +!*.slang.expected +!*.slang.*.expected *.expected.png *.actual.png |
