From c48e35506667c752edec6a021e7a9b9562940c7b Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Thu, 24 Jul 2025 02:59:59 +0800 Subject: Add slang-ast files to gitignore (#6901) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9fa60e71e..072775d2a 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,9 @@ tests/**/*.slang-module tools/gfx-unit-test/test-tmp-* +# Files written by slangc +*.slang-ast + # Files generated by other shader compilers *.spv -- cgit v1.2.3