From d8f9161d29a206b96000385ba288c295ef303abd Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Fri, 26 Dec 2025 10:04:05 +0100 Subject: [PATCH] Add .local to .gitignore. Make it easier add files that are ignored when working with git or jj. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7380d6d..52433f9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .*.swp .cache .deps +.local Makefile Makefile.in aclocal.m4 -- 2.43.0