mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +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).
|
`.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
|
||||||
|
|
Loading…
Reference in a new issue