12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
|
# $FreeBSD$
|
||
|
#
|
||
|
# WARNING: spaces may be essential at the end of lines
|
||
|
# WARNING: empty lines are essential too
|
||
|
#
|
||
|
# yesexpr
|
||
|
# XXX: I with dot above also should be included to yesexpr
|
||
|
^[IiYy].*
|
||
|
# noexpr
|
||
|
^[nN].*
|
||
|
# EOF
|