forked from TrueCloudLab/restic
Merge pull request #3978 from MichaelEischer/fix-negative-pattern-example
Remove misleading wildcard from negative exclude pattern example
This commit is contained in:
commit
27634a1a68
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ directory, then selectively add back some of them.
|
|||
|
||||
::
|
||||
|
||||
$HOME/**/*
|
||||
$HOME/*
|
||||
!$HOME/Documents
|
||||
!$HOME/code
|
||||
!$HOME/.emacs.d
|
||||
|
|
Loading…
Reference in a new issue