From 5f87dc1fdc508f1c54ce8fa70a7d5c057078c18e Mon Sep 17 00:00:00 2001 From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr> Date: Mon, 13 Feb 2023 10:41:11 +0100 Subject: [PATCH] Readme.md: update --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index df43cc3..e5fb942 100644 --- a/Readme.md +++ b/Readme.md @@ -469,7 +469,7 @@ To ignore all files with a given extention use: - /**/*.txt ``` -To rescue files from being ignored by another pattern, you can use a line begining by '+ ' in `.borgignore` file. +To rescue files from being ignored by another pattern, you can use a line begining by `+` in `.borgignore` file. Example: If we have a `test` folder inside the `results` folder containing the files a.txt, b.txt, ..., z.txt and we want to ignore everything except the c.txt file. This can be done with: ```sh -- GitLab