diff options
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
|
