From 67179a7ae9f6e399701434775a2ef345367b76bf Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Sun, 20 Sep 2026 09:40:00 +0200 Subject: build: ignore the sanitizer build directories --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 13080ca..6ae3ab5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ build/ +build-asan/ +build-ubsan/ .prebuilt/ *.o *.a -- cgit v1.3