From 32897d30172c5fe7a2ea3b3e2d3d6569de1eee4b Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 1 May 2024 14:42:48 -0400 Subject: [PATCH] xo-subsys: .gitignore: ignore .build* dirs --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d6bd1a2..42168b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ # typical build location -build +.build*