diff options
Diffstat (limited to 'rfignore.5.scd')
-rw-r--r-- | rfignore.5.scd | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/rfignore.5.scd b/rfignore.5.scd new file mode 100644 index 0000000..bf44440 --- /dev/null +++ b/rfignore.5.scd @@ -0,0 +1,25 @@ +rfignore(5) + +# NAME + +rfignore - ignore specified paths + +# SYNOPSIS + +$XDG_CONFIG_HOME/rf/ignore, $HOME/.rfignore, .rfignore + +# DESCRIPTION + +An *rfignore* file will be used by *rf* to ignore files and paths +when iterating through directories. Any matching patterns will not be displayed. + +*rf* will look in all places specified in the synopsis for glob patterns +on each line and take them all into account. + +# SEE ALSO + +*glob*(7) + +# COPYRIGHT + +Copyright © 2019 - 2021 Rory Bradford <roryrjb@gmail.com>. |