-
Notifications
You must be signed in to change notification settings - Fork 36
/
.gitignore
61 lines (57 loc) · 866 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
*~
*.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
/drawstuff/src/*.aps
/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
# ignore all demo binaries, but not the sources
/ode/demo/demo_*
!/ode/demo/demo_*.c*
/ode/doc/html/
# ignore folders created by premake
/build/codeblocks
/build/codelite
/build/gmake
/build/vs2002
/build/vs2003
/build/vs2005
/build/vs2008
/build/vs2010
# ignore folder created during compilation
/lib/