11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
|
# $FreeBSD$
|
||
|
#
|
||
|
# WARNING: spaces may be essential at the end of lines
|
||
|
# WARNING: empty lines are essential too
|
||
|
#
|
||
|
# yesexpr
|
||
|
^[oOjJsSyY].*
|
||
|
# noexpr
|
||
|
^[nN].*
|
||
|
# EOF
|