mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 05:57:10 +00:00
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:
parent
98baaf23d5
commit
2df977b221
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue