diff options
| author | Yong He <yonghe@outlook.com> | 2020-06-10 14:57:30 -0700 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2020-06-10 14:57:30 -0700 |
| commit | 8de0a2ebc58c510d62df1a3d211643bfb463d9c4 (patch) | |
| tree | 580a0ff44ba610e0351b979b9c65f860b0224b09 /.gitignore | |
| parent | 98459bac44711237b8d3629a51a8ba0c01163756 (diff) | |
Add compiler flag to disable specialization pass.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0a20ce4b2..cf8a1ea5d 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,9 @@ tests/**/*.cpp # Files generated by other shader compilers *.spv + +# Intermediate source files generated during build process +/source/slang/slang-ast-generated.h
+/source/slang/slang-ast-generated-macro.h
+/source/slang/hlsl.meta.slang.h
+/source/slang/core.meta.slang.h
|
