gitignore.txt: suggestions how to get literal # or ! at the beginning
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 7 Oct 2012 03:13:54 +0000 (10:13 +0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Oct 2012 23:15:19 +0000 (16:15 -0700)
We support backslash escape, but we hide the details behind the phrase
"a shell glob suitable for consumption by fnmatch(3)". So it may not
be obvious how one can get literal # or ! at the beginning of pattern.
Add a few lines on how to work around the magic characters.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found