From 67bad0bd4b44cb1c6930422a00f363b5822182b7 Mon Sep 17 00:00:00 2001 From: Beq Date: Sun, 12 Jan 2025 23:18:12 +0000 Subject: [PATCH] ignore checks.json created by clangtools --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5e3377d62a..0a684b7ce5 100755 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,5 @@ firestorm.code-workspace *-compiled.glsl .github/release.yaml + +checks.json