all repos — nixfiles @ 78e7a667b5d301d0c3016a7255a48963ae96f3a1

System and user configuration, managed by nix and home-manager

git: ignore emacs dir-locals files
Alan Pearce alan@alanpearce.eu
Mon, 31 Mar 2025 21:59:29 +0200
commit

78e7a667b5d301d0c3016a7255a48963ae96f3a1

parent

75443f3e1244fa2ef58ce3aa00e1f0f8fe2bec00

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/git.nixuser/settings/git.nix
@@ -122,6 +122,7 @@ "*~"       "\#*\#"
       ".\#*"
       ".tabnine_root"
+      ".dir-locals.el"
     ];
   };
   home.packages = with pkgs; [