Remove misleading wildcard from negative exclude pattern example

There is no need to use a special wildcard `**` to demonstrate negative
patterns. Actually, it is both slower than the simpler variant and seems
to confuse users.
This commit is contained in:
Michael Eischer 2022-10-21 20:48:45 +02:00
parent 367f35db27
commit 3e60d38a23
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ directory, then selectively add back some of them.
::
$HOME/**/*
$HOME/*
!$HOME/Documents
!$HOME/code
!$HOME/.emacs.d