forked from adoptware/pinball
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
126 lines (115 loc) · 1.48 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# .gitignore
# Git
*~*
*.tmp
*.rej
*.orig
# Temporary places
**/tmp/
# Generated files
*.a
*.o
*/.deps/*.Po
*/.deps/*.Plo
**/.deps/
**/.libs/
*/Makefile
*/Makefile.in
*~
ABOUT-NLS
INSTALL
MANIFEST
Makefile
Makefile.in
aclocal.m4
compile
/config.*
/configure
debian/*.debhelper.log
debian/*.substvars
debian/.debhelper/
debian/autoreconf.*
debian/debhelper-build-stamp
debian/files
debian/pinball*/
debian/tmp/
depcomp
install-sh
libltdl/
libtool
ltmain.sh
manpage.links
manpage.refs
missing
pinball-config
pinball.6
# Autotools
compile
depcomp
pinconfig.h
pinconfig.h.in
autom4te.cache/
stamp-h1
# Libtool
data/*.libs/
data/*/*.lo
data/*/*.la
data/locale/Makefile.in.in
data/locale/Makevars.template
data/locale/Rules-quot
data/locale/boldquot.sed
data/locale/[email protected]
data/locale/[email protected]
data/locale/insert-header.sin
data/locale/quot.sed
data/locale/remove-potcdate.sin
data/locale/pinball.pot
Makefile
Makefile.in
aclocal.m4
addon/Makefile
addon/Makefile.in
base/Makefile
base/Makefile.in
config.guess
config.sub
data/Makefile.in
data/professor/Makefile.in
data/tux/Makefile.in
install-sh
libltdl/
ltmain.sh
missing
pinconfig.h
pinconfig.h.in
src/Makefile.in
test/Makefile.in
# debos
*.img
*.img.*
*.qcow2
*.snap
*_armhf.txt
# Output
test/unittest
src/pinball
test/billboard
test/collision
test/explode
test/font
test/joy
test/*.la
test/light
test/load
test/math
test/menu
test/misc
test/*.lo
test/scale
test/signal
test/simple
test/sound
test/texture
test/thread
test/trans
test/varray