Update OpenGL check on macOS
[ode.git] / .gitignore
blob0cc42284e664a8f5c8d309327f938173598bdd1e
1 *~
2 *.dll
3 *.la
4 *.lo
5 *.o
6 .deps/
7 .libs/
8 aclocal.m4
9 autom4te.cache
10 compile
11 config.guess
12 config.h
13 config.h.in
14 config.log
15 config.status
16 config.sub
17 configure
18 depcomp
19 install-sh
20 libtool
21 ltmain.sh
22 Makefile.in
23 Makefile
24 missing
25 ode.pc
26 ode-config
27 stamp-h1
28 test-driver
30 # these need to be matched in specific directories
31 /m4/libtool.m4
32 /m4/lt*.m4
33 /drawstuff/dstest/dstest
34 /drawstuff/src/*.aps
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 # ignore all demo binaries, but not the sources
46 /ode/demo/demo_*
47 !/ode/demo/demo_*.c*
48 /ode/doc/html/
50 # ignore folders created by premake
51 /build/codeblocks
52 /build/codelite
53 /build/gmake
54 /build/vs2002
55 /build/vs2003
56 /build/vs2005
57 /build/vs2008
58 /build/vs2010
60 # ignore folder created during compilation
61 /lib/