about summary refs log tree commit diff stats
path: root/rfignore.5.scd
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2020-10-10 10:22:39 +0100
committerRory Bradford <roryrjb@gmail.com>2020-10-10 10:22:39 +0100
commita40bd8adb20715582813fb8399dd37e4efee9b37 (patch)
treeb24cb66671e5540f1ab28fc5497c3eb0bf0cada7 /rfignore.5.scd
parent1c5aba7f1b2a53cdcaf896df118f3c7b42c0251c (diff)
downloadrf-a40bd8adb20715582813fb8399dd37e4efee9b37.tar.gz
Improve Vim integration
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'rfignore.5.scd')
-rw-r--r--rfignore.5.scd25
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>.