From e75e456218d5d940cebb839eebc28839eeb9ad5f Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:45:21 -0400 Subject: [PATCH] Add .*.local to .gitignore (#3115) --- .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