From 1aa2535ae60b68a6630158410348f15adf0af9d4 Mon Sep 17 00:00:00 2001 From: Beq Date: Sat, 5 Nov 2022 15:01:18 +0000 Subject: [PATCH] ignore the compiled glsl files as these should not be in version control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a587c8b5ca..f528053f82 100755 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ indra/tracy firestorm.code-workspace .cache/clangd/index/ +*-compiled.glsl