From 2df977b22137eeb07337c6c711f79ace78752e61 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Fri, 8 Mar 2024 09:02:57 -0800 Subject: [PATCH] docs: say that we support `$GIT_DIR/info/exclude` We have had support for `GIT_DIR/info/exclude` since 8336c48 (almost exactly two years ago). --- docs/working-copy.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/working-copy.md b/docs/working-copy.md index d7e412ffc..4be1e8a8c 100644 --- a/docs/working-copy.md +++ b/docs/working-copy.md @@ -57,8 +57,7 @@ control. You can tell Jujutsu to not automatically track certain files by using `.gitignore` files (there's no such thing as `.jjignore` yet). See https://git-scm.com/docs/gitignore for details about the format. `.gitignore` files are supported in any directory in the working copy, as well -as in `$HOME/.gitignore`. However, `$GIT_DIR/info/exclude` or equivalent way -(maybe `.jj/gitignore`) of specifying per-clone ignores is not yet supported. +as in `$HOME/.gitignore` and `$GIT_DIR/info/exclude`. ## Workspaces