syntax: glob
*.d
*.d~
*.d.tmp
*.o
*.obj
*.gcda
*.gcno
*.a
*.lib
*.so
*.dylib
*.dll
*.exe

syntax: regexp
^coverage.txt$
^nogg-benchmark$
^nogg-decode$
^tests/coverage$
^tests/coverage-tests\.h$
# Ignore all test executables.
^tests/.*/[^./]+$
