X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Frepository-layout.txt;h=275d18bb545f3b14ad1f7de50d4224f184a507f8;hb=fff8fd5b1ee9c13694c29ba3544f5b1ebf0f4fb2;hp=b52dfdc3081537c68f2fb12635fc986b0221dd4a;hpb=283d3184dfe1c4053470ab2b6bfc8250d130e0bb;p=git.git diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt index b52dfdc30..275d18bb5 100644 --- a/Documentation/repository-layout.txt +++ b/Documentation/repository-layout.txt @@ -120,9 +120,11 @@ info/grafts:: info/exclude:: This file, by convention among Porcelains, stores the - exclude pattern list. `git status` looks at it, but - otherwise it is not looked at by any of the core git - commands. + exclude pattern list. `.gitignore` is the per-directory + ignore file. `git status`, `git add`, `git rm` and `git + clean` look at it but the core git commands do not look + at it. See also: gitlink:git-ls-files[1] `--exclude-from` + and `--exclude-per-directory`. remotes:: Stores shorthands to be used to give URL and default