diff options
| author | Yong He <yonghe@outlook.com> | 2020-07-03 12:37:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 12:37:17 -0700 |
| commit | ffd0b9c9b06a22d886c77d777d9aa0cd1298d363 (patch) | |
| tree | f94144c1c8cb5044f630ce839c37eecbe2bce20f /.gitignore | |
| parent | dfc9100bbd451a5752ed543a503e2574d3dcdaa5 (diff) | |
Emit pointers for CPU target. (#1418)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cf8a1ea5d..1471d0b6e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,11 +22,14 @@ build.*/ *.expected.png *.actual.png *.actual.txt +*.slang-repro tests/**/*.exp tests/**/*.lib tests/**/*.dll tests/**/*.cpp +tests/**/*.slang-lib +tests/**/*.slang-module # Files generated by other shader compilers |
