syntax: glob
*~
*.dll
*.la
*.lo
*.o
.deps
.libs
aclocal.m4
autom4te.cache
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
Makefile.in
Makefile
missing
ode.pc
ode-config
stamp-h1
test-driver

# these need to be matched in specific directories
./m4/libtool.m4
./m4/lt*.m4
drawstuff/dstest/dstest
include/ode/precision.h
include/ode/version.h
libccd/src/ccd/precision.h
ou/test/outest
tests/tests
tests/tests.log
tests/tests.trs
tests/test-suite.log
ode/doc/Doxyfile

syntax: regexp
# ignore all demo binaries, but not the sources
ode/demo/demo_.+\.exe$
ode/demo/demo_[^\.]+$
ode/doc/html/.*
