| FILETYPES | = | %w( bin lib ext data conf man ) | ||
| JUNK_FILES | = | %w( core RCSLOG tags TAGS .make.state .nse_depinfo #* .#* cvslog.* ,* .del-* *.olb *~ *.old *.bak *.BAK *.orig *.rej _$* *$ *.org *.in .* ) | picked up many entries from cvs-1.11.1/src/ignore.c | |
| GLOB2REGEX | = | { '.' => '\.', '$' => '\$', '#' => '\#', '*' => '.*' | ||
| TESTDIR | = | 'test' | TASK test |