]> git.ipfire.org Git - thirdparty/git.git/commit
gitignore.txt: use backticks instead of double quotes
authorJohan Ruokangas <johan@latehours.net>
Tue, 18 Jul 2023 13:13:01 +0000 (13:13 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Jul 2023 13:56:19 +0000 (06:56 -0700)
commit3437f549dd28fde454977921ae355a0aa3d76011
treec6c555805ffa98d5f203cc0586416115ed9fa505
parentfb7d80edcae482f4fa5d4be0227dc3054734e5f3
gitignore.txt: use backticks instead of double quotes

Among four examples, only this one used "double quoted" sample
patterns, but all others marked up the patterns in `monospace`.

Signed-off-by: Johan Ruokangas <johan@latehours.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitignore.txt