mirror of
https://github.com/restic/restic.git
synced 2025-08-23 13:08:08 +00:00
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:
@@ -299,7 +299,7 @@ directory, then selectively add back some of them.
|
||||
|
||||
::
|
||||
|
||||
$HOME/**/*
|
||||
$HOME/*
|
||||
!$HOME/Documents
|
||||
!$HOME/code
|
||||
!$HOME/.emacs.d
|
||||
|
Reference in New Issue
Block a user