From a2f8d1abfd7bfa2756cc41f374edca82784a6736 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:38:37 -0400 Subject: [PATCH] Add .*.local to .gitignore Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0c803b53aa6..8e24389445d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.sh !/script/*.sh *.test +.*.local coverage.out /bin # intellij files