Add note about .ignore files

This commit is contained in:
sharkdp 2018-10-27 16:44:24 +02:00
parent c0c38872c4
commit daf5191aac
2 changed files with 2 additions and 1 deletions

View file

@ -405,6 +405,7 @@ To make exclude-patterns like these permanent, you can create a `.fdignore` file
/mnt/external-drive
*.bak
```
Note: `fd` also supports `.ignore` files that are used by other programs such as `rg` or `ag`.
### Using fd with `xargs` or `parallel`

View file

@ -215,7 +215,7 @@ fn usage() -> HashMap<&'static str, Help> {
doc!(h, "no-ignore"
, "Do not respect .(git|fd)ignore files"
, "Show search results from files and directories that would otherwise be ignored by \
'.gitignore' or '.fdignore' files.");
'.gitignore', '.ignore' or '.fdignore' files.");
doc!(h, "no-ignore-vcs"
, "Do not respect .gitignore files"
, "Show search results from files and directories that would otherwise be ignored by \