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).
This commit is contained in:
Martin von Zweigbergk 2024-03-08 09:02:57 -08:00 committed by Martin von Zweigbergk
parent 98baaf23d5
commit 2df977b221

View file

@ -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). `.gitignore` files (there's no such thing as `.jjignore` yet).
See https://git-scm.com/docs/gitignore for details about the format. 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 `.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 as in `$HOME/.gitignore` and `$GIT_DIR/info/exclude`.
(maybe `.jj/gitignore`) of specifying per-clone ignores is not yet supported.
## Workspaces ## Workspaces