forked from sergiomb2/pinball
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
111 lines (104 loc) · 1.46 KB
/
.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
*~
*.o
.pc/
*.a
*.lo
*.la
*.tmp
*.so
*.mo
**/.deps/**
.deps/
MANIFEST
*.rej
*.orig
.libs
autom4te.cache/
config.log
config.status
data/Makefile
data/professor/Makefile
data/professor/ModuleProfessor.lo
data/professor/libModuleProfessor.la
data/tux/.libs/
data/tux/Makefile
debian/files
debian/*.debhelper.log
debian/pinball-data.substvars
debian/pinball-data/
debian/pinball-dev.debhelper.log
debian/pinball-dev.substvars
debian/pinball-dev/
debian/pinball.debhelper.log
debian/pinball.postinst.debhelper
debian/pinball.postrm.debhelper
debian/pinball.substvars
debian/pinball/
debian/pinball-data-extra/
debian/.debhelper/
debian/debhelper-build-stamp
debian/tmp/
libtool
manpage.links
manpage.refs
pinball-config
pinball.6
src/Makefile
src/libemilia_pin.a
src/pinball
stamp-h1
test/.libs/
test/Makefile
test/billboard
test/collision
test/explode
test/font
test/joy
test/libModuleTest.la
test/light
test/load
test/math
test/menu
test/misc
test/moduletest.lo
test/scale
test/signal
test/simple
test/sound
test/texture
test/thread
test/trans
test/varray
Makefile
Makefile.in
aclocal.m4
addon/Makefile
addon/Makefile.in
base/Makefile
base/Makefile.in
configure
data/Makefile.in
data/professor/Makefile.in
data/tux/Makefile.in
config/
libltdl/
m4/
pinconfig.h
pinconfig.h.in
src/Makefile.in
test/Makefile.in
test/unittest
config.h
config.h.in
stamp-h2
autoscan.log
confdefs.h
configure.scan
conftest
conftest.c
conftest.err
conftest.cpp
INSTALL
debian/*.substvars
debian/*-snapshot/
.kdev4