commit | 3f74c8e8d8721d093655d7bb00ead078d8324100 | [log] [tgz] |
---|---|---|
author | Johannes Sixt <j6t@kdbg.org> | Wed Feb 25 08:54:42 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Feb 25 00:49:54 2009 -0800 |
tree | de8ec79a019d2fd6bf6ed020d047e1b9e64c1a40 | |
parent | a9d98a148dd5ed14d9e74a1dfc5ec1ca3632f4f0 [diff] |
gitattributes.txt: Path matching rules are explained in gitignore.txt The rules how the patterns are matched against path names are the same for .gitattribute and .gitignore files. This also replace the notion "glob pattern" by "pattern" because gitignore.txt talks about "glob" only in some contexts where the pattern is mentioned. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>