From 3e60d38a236d7e4feee9e0c5eb27683f3f9b1acf Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 21 Oct 2022 20:48:45 +0200 Subject: [PATCH] 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. --- doc/040_backup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/040_backup.rst b/doc/040_backup.rst index cdd8302c9..c1cd940c7 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -299,7 +299,7 @@ directory, then selectively add back some of them. :: - $HOME/**/* + $HOME/* !$HOME/Documents !$HOME/code !$HOME/.emacs.d