From 9e0ae8b193e2f94ed4d4699b152a0ff3de8d6f58 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 30 Apr 2024 10:17:36 -0500 Subject: [PATCH] xo-refcnt: gitignore: ignore .build* dirs --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 86d062ab..cc75cfd3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ compile_commands.json # LSP keeps state here .cache # typical build directories -build +.build* ccov