about summary refs log tree commit diff stats
path: root/rfignore.5.scd
blob: bf4444081030cdc8748952bea1cdb8ec8e889ecd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>.