doc: Mention info/attributes in gitrepository-layout

Signed-off-by: Steffen Prohaska <prohaska@zib.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Steffen Prohaska committed Nov 22, 2017 at 09:58 UTC ff4c9b413a54dd62d155c32188f5a17b33eb2853
1 file changed +4
Documentation/gitrepository-layout.txt
+4
@@ -208,6 +208,10 @@ info/exclude::
208 'git clean' look at it but the core Git commands do not look
209 at it. See also: linkgit:gitignore[5].
210
211 +info/attributes::
212 + Defines which attributes to assign to a path, similar to per-directory
213 + `.gitattributes` files. See also: linkgit:gitattributes[5].
214 +
215 info/sparse-checkout::
216 This file stores sparse checkout patterns.
217 See also: linkgit:git-read-tree[1].