You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When set, instead of inspecting .ignore and ~/.fdignore, only look for file FOO in each directory, and use that in the logic.
This is useful when having multiple traversal policies, or adapting existing ignore files from other project (i.e. backup softwares, borg - .EXCLUDE.BACKUP, kopia - .kopiaignore).
If file is present, but empty (modulo empty lines), ignore all, including subdirs. If present, but non-empty, interpret similar to ignore/gitignore/kopiaignore in general.
The text was updated successfully, but these errors were encountered:
--ignore-file-name=FOO
When set, instead of inspecting
.ignore
and~/.fdignore
, only look for fileFOO
in each directory, and use that in the logic.This is useful when having multiple traversal policies, or adapting existing ignore files from other project (i.e. backup softwares, borg -
.EXCLUDE.BACKUP
, kopia -.kopiaignore
).If file is present, but empty (modulo empty lines), ignore all, including subdirs. If present, but non-empty, interpret similar to ignore/gitignore/kopiaignore in general.
The text was updated successfully, but these errors were encountered: