Merge pull request #3978 from MichaelEischer/fix-negative-pattern-example

Remove misleading wildcard from negative exclude pattern example
This commit is contained in:
Michael Eischer
2022-10-21 22:04:30 +02:00
committed by GitHub

View File

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