Fixed: A fix by Francesco Cat applied (mistakes made during code style improvements...
[ode.git] / .hgignore
blobb7b216f1dd37781bd04a6e2f3ff8136adf1d4dcf
1 syntax: glob
2 *~
3 *.dll
4 *.la
5 *.lo
6 *.o
7 .deps
8 .libs
9 aclocal.m4
10 autom4te.cache
11 compile
12 config.guess
13 config.h
14 config.h.in
15 config.log
16 config.status
17 config.sub
18 configure
19 depcomp
20 install-sh
21 libtool
22 ltmain.sh
23 Makefile.in
24 Makefile
25 missing
26 ode.pc
27 ode-config
28 stamp-h1
29 test-driver
31 # these need to be matched in specific directories
32 ./m4/libtool.m4
33 ./m4/lt*.m4
34 drawstuff/dstest/dstest
35 include/ode/precision.h
36 include/ode/version.h
37 libccd/src/ccd/precision.h
38 ou/test/outest
39 tests/tests
40 tests/tests.log
41 tests/tests.trs
42 tests/test-suite.log
43 ode/doc/Doxyfile
45 syntax: regexp
46 # ignore all demo binaries, but not the sources
47 ode/demo/demo_.+\.exe$
48 ode/demo/demo_[^\.]+$
49 ode/doc/html/.*