From 8b9452d9fc07c1c85a09d63906f3fd5e46ab8beb Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 7 Mar 2023 13:10:50 +0000 Subject: [PATCH] git: ignore worktree directory `/wt/` --- git/ignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/ignore b/git/ignore index 58543a3..0db6dc5 100644 --- a/git/ignore +++ b/git/ignore @@ -16,3 +16,5 @@ build-*/ .clangd/ .cache/ compile_commands.json +# worktrees +/wt/ -- 2.48.1