mirror of https://github.com/restic/restic.git
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:
parent
367f35db27
commit
3e60d38a23
|
@ -299,7 +299,7 @@ directory, then selectively add back some of them.
|
|||
|
||||
::
|
||||
|
||||
$HOME/**/*
|
||||
$HOME/*
|
||||
!$HOME/Documents
|
||||
!$HOME/code
|
||||
!$HOME/.emacs.d
|
||||
|
|
Loading…
Reference in New Issue