@@ -469,7 +469,7 @@ To ignore all files with a given extention use:
...
@@ -469,7 +469,7 @@ To ignore all files with a given extention use:
- /**/*.txt
- /**/*.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:
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: