forked from google/sagetv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
328 lines (317 loc) · 11.5 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
# Lines that start with '#' are comments.
*~
config*.log
.buildnumber
/java/sage/SageConstants.java.bak
# sage logging
/sagetv
/sagetv_*.txt
/native/**/*.o
/native/**/*.map
/native/**/*.a
/native/**/*.so
/third_party/**/*.o
/third_party/**/*.lo
/third_party/**/*.la
/third_party/**/*.pc
# gradle/eclipse stuff
/bin/
/.classpath
/.project
/.cproject
/.gradle/
/.settings/
# IDEA / jetbrains stuff
/.idea
*.iws
/sagetv.iml
# Apple OS/X system files
.DS_Store
/buildoutput/
# remove specific files that are created after a build
build/miniTempBuildImages/
build/miniTempClassFiles/
third_party/SageTV-LGPL/imageload/libImageLoader.so
third_party/codecs/faac/Makefile
third_party/codecs/faac/Makefile.in
third_party/codecs/faac/aclocal.m4
third_party/codecs/faac/autom4te.cache/
third_party/codecs/faac/common/Makefile
third_party/codecs/faac/common/Makefile.in
third_party/codecs/faac/common/mp4v2/.deps/
third_party/codecs/faac/common/mp4v2/Makefile
third_party/codecs/faac/common/mp4v2/Makefile.in
third_party/codecs/faac/compile
third_party/codecs/faac/config.guess
third_party/codecs/faac/config.h
third_party/codecs/faac/config.h.in
third_party/codecs/faac/config.status
third_party/codecs/faac/config.sub
third_party/codecs/faac/configure
third_party/codecs/faac/depcomp
third_party/codecs/faac/frontend/.deps/
third_party/codecs/faac/frontend/Makefile
third_party/codecs/faac/frontend/Makefile.in
third_party/codecs/faac/frontend/faac
third_party/codecs/faac/include/Makefile
third_party/codecs/faac/include/Makefile.in
third_party/codecs/faac/install-sh
third_party/codecs/faac/libfaac/.deps/
third_party/codecs/faac/libfaac/.libs/
third_party/codecs/faac/libfaac/Makefile
third_party/codecs/faac/libfaac/Makefile.in
third_party/codecs/faac/libtool
third_party/codecs/faac/ltmain.sh
third_party/codecs/faac/missing
third_party/codecs/faac/stamp-h1
third_party/codecs/faad2/INSTALL
third_party/codecs/faad2/Makefile
third_party/codecs/faad2/Makefile.in
third_party/codecs/faad2/aclocal.m4
third_party/codecs/faad2/autom4te.cache/
third_party/codecs/faad2/common/Makefile
third_party/codecs/faad2/common/Makefile.in
third_party/codecs/faad2/common/mp4ff/.deps/
third_party/codecs/faad2/common/mp4ff/Makefile
third_party/codecs/faad2/common/mp4ff/Makefile.in
third_party/codecs/faad2/compile
third_party/codecs/faad2/config.guess
third_party/codecs/faad2/config.h
third_party/codecs/faad2/config.h.in
third_party/codecs/faad2/config.status
third_party/codecs/faad2/config.sub
third_party/codecs/faad2/configure
third_party/codecs/faad2/depcomp
third_party/codecs/faad2/faad2.spec
third_party/codecs/faad2/frontend/.deps/
third_party/codecs/faad2/frontend/Makefile
third_party/codecs/faad2/frontend/Makefile.in
third_party/codecs/faad2/install-sh
third_party/codecs/faad2/libfaad/.deps/
third_party/codecs/faad2/libfaad/.libs/
third_party/codecs/faad2/libfaad/Makefile
third_party/codecs/faad2/libfaad/Makefile.in
third_party/codecs/faad2/libtool
third_party/codecs/faad2/ltmain.sh
third_party/codecs/faad2/missing
third_party/codecs/faad2/plugins/Makefile
third_party/codecs/faad2/plugins/Makefile.in
third_party/codecs/faad2/plugins/mpeg4ip/.deps/
third_party/codecs/faad2/plugins/mpeg4ip/Makefile
third_party/codecs/faad2/plugins/mpeg4ip/Makefile.in
third_party/codecs/faad2/plugins/xmms/Makefile
third_party/codecs/faad2/plugins/xmms/Makefile.in
third_party/codecs/faad2/plugins/xmms/src/.deps/
third_party/codecs/faad2/plugins/xmms/src/Makefile
third_party/codecs/faad2/plugins/xmms/src/Makefile.in
third_party/codecs/faad2/stamp-h1
third_party/codecs/giflib/Makefile
third_party/codecs/giflib/autom4te.cache/
third_party/codecs/giflib/config.h
third_party/codecs/giflib/config.status
third_party/codecs/giflib/doc/Makefile
third_party/codecs/giflib/lib/.deps/
third_party/codecs/giflib/lib/.libs/
third_party/codecs/giflib/lib/Makefile
third_party/codecs/giflib/lib/libgetarg.a
third_party/codecs/giflib/libtool
third_party/codecs/giflib/pic/Makefile
third_party/codecs/giflib/stamp-h1
third_party/codecs/giflib/util/.deps/
third_party/codecs/giflib/util/.libs/
third_party/codecs/giflib/util/Makefile
third_party/codecs/giflib/util/gif2epsn
third_party/codecs/giflib/util/gif2ps
third_party/codecs/giflib/util/gif2rgb
third_party/codecs/giflib/util/gif2x11
third_party/codecs/giflib/util/gifasm
third_party/codecs/giflib/util/gifbg
third_party/codecs/giflib/util/gifclip
third_party/codecs/giflib/util/gifclrmp
third_party/codecs/giflib/util/gifcolor
third_party/codecs/giflib/util/gifcomb
third_party/codecs/giflib/util/giffiltr
third_party/codecs/giflib/util/giffix
third_party/codecs/giflib/util/gifflip
third_party/codecs/giflib/util/gifhisto
third_party/codecs/giflib/util/gifinfo
third_party/codecs/giflib/util/gifinter
third_party/codecs/giflib/util/gifinto
third_party/codecs/giflib/util/gifovly
third_party/codecs/giflib/util/gifpos
third_party/codecs/giflib/util/gifrotat
third_party/codecs/giflib/util/gifrsize
third_party/codecs/giflib/util/gifspnge
third_party/codecs/giflib/util/giftext
third_party/codecs/giflib/util/gifwedge
third_party/codecs/giflib/util/icon2gif
third_party/codecs/giflib/util/raw2gif
third_party/codecs/giflib/util/rgb2gif
third_party/codecs/giflib/util/text2gif
third_party/codecs/jpeg-6b/Makefile
third_party/codecs/jpeg-6b/cjpeg
third_party/codecs/jpeg-6b/config.status
third_party/codecs/jpeg-6b/djpeg
third_party/codecs/jpeg-6b/jconfig.h
third_party/codecs/jpeg-6b/jpegtran
third_party/codecs/jpeg-6b/libjpeg.a
third_party/codecs/jpeg-6b/rdjpgcom
third_party/codecs/jpeg-6b/wrjpgcom
third_party/codecs/libpng/.deps/
third_party/codecs/libpng/.libs/
third_party/codecs/libpng/Makefile
third_party/codecs/libpng/config.h
third_party/codecs/libpng/config.status
third_party/codecs/libpng/libpng-config
third_party/codecs/libpng/libpng.sym
third_party/codecs/libpng/libpng.vers
third_party/codecs/libpng/libpng12-config
third_party/codecs/libpng/libtool
third_party/codecs/libpng/stamp-h1
third_party/codecs/tiff/Makefile
third_party/codecs/tiff/config.status
third_party/codecs/tiff/contrib/Makefile
third_party/codecs/tiff/contrib/acorn/Makefile
third_party/codecs/tiff/contrib/addtiffo/.deps/
third_party/codecs/tiff/contrib/addtiffo/.libs/
third_party/codecs/tiff/contrib/addtiffo/Makefile
third_party/codecs/tiff/contrib/addtiffo/addtiffo
third_party/codecs/tiff/contrib/dbs/.deps/
third_party/codecs/tiff/contrib/dbs/.libs/
third_party/codecs/tiff/contrib/dbs/Makefile
third_party/codecs/tiff/contrib/dbs/tiff-bi
third_party/codecs/tiff/contrib/dbs/tiff-grayscale
third_party/codecs/tiff/contrib/dbs/tiff-palette
third_party/codecs/tiff/contrib/dbs/tiff-rgb
third_party/codecs/tiff/contrib/dbs/xtiff/Makefile
third_party/codecs/tiff/contrib/iptcutil/.deps/
third_party/codecs/tiff/contrib/iptcutil/.libs/
third_party/codecs/tiff/contrib/iptcutil/Makefile
third_party/codecs/tiff/contrib/iptcutil/iptcutil
third_party/codecs/tiff/contrib/mac-cw/Makefile
third_party/codecs/tiff/contrib/mac-mpw/Makefile
third_party/codecs/tiff/contrib/mfs/Makefile
third_party/codecs/tiff/contrib/ojpeg/Makefile
third_party/codecs/tiff/contrib/pds/Makefile
third_party/codecs/tiff/contrib/ras/Makefile
third_party/codecs/tiff/contrib/stream/Makefile
third_party/codecs/tiff/contrib/tags/Makefile
third_party/codecs/tiff/contrib/win_dib/Makefile
third_party/codecs/tiff/html/Makefile
third_party/codecs/tiff/html/images/Makefile
third_party/codecs/tiff/html/man/Makefile
third_party/codecs/tiff/libtiff/.deps/
third_party/codecs/tiff/libtiff/.libs/
third_party/codecs/tiff/libtiff/Makefile
third_party/codecs/tiff/libtiff/mkg3states
third_party/codecs/tiff/libtiff/stamp-h1
third_party/codecs/tiff/libtiff/stamp-h2
third_party/codecs/tiff/libtiff/tif_config.h
third_party/codecs/tiff/libtiff/tiffconf.h
third_party/codecs/tiff/libtool
third_party/codecs/tiff/man/Makefile
third_party/codecs/tiff/port/.deps/
third_party/codecs/tiff/port/.libs/
third_party/codecs/tiff/port/Makefile
third_party/codecs/tiff/test/.deps/
third_party/codecs/tiff/test/Makefile
third_party/codecs/tiff/tools/.deps/
third_party/codecs/tiff/tools/.libs/
third_party/codecs/tiff/tools/Makefile
third_party/codecs/tiff/tools/bmp2tiff
third_party/codecs/tiff/tools/fax2ps
third_party/codecs/tiff/tools/fax2tiff
third_party/codecs/tiff/tools/gif2tiff
third_party/codecs/tiff/tools/pal2rgb
third_party/codecs/tiff/tools/ppm2tiff
third_party/codecs/tiff/tools/ras2tiff
third_party/codecs/tiff/tools/raw2tiff
third_party/codecs/tiff/tools/rgb2ycbcr
third_party/codecs/tiff/tools/thumbnail
third_party/codecs/tiff/tools/tiff2bw
third_party/codecs/tiff/tools/tiff2pdf
third_party/codecs/tiff/tools/tiff2ps
third_party/codecs/tiff/tools/tiff2rgba
third_party/codecs/tiff/tools/tiffcmp
third_party/codecs/tiff/tools/tiffcp
third_party/codecs/tiff/tools/tiffdither
third_party/codecs/tiff/tools/tiffdump
third_party/codecs/tiff/tools/tiffinfo
third_party/codecs/tiff/tools/tiffmedian
third_party/codecs/tiff/tools/tiffset
third_party/codecs/tiff/tools/tiffsplit
third_party/codecs/x264/.depend
third_party/codecs/x264/config.h
third_party/codecs/x264/config.mak
third_party/codecs/x264/gtk/config.mak
third_party/codecs/x264/libx264.a
third_party/codecs/x264/x264
third_party/codecs/xvidcore/build/generic/=build/
third_party/codecs/xvidcore/build/generic/config.guess
third_party/codecs/xvidcore/build/generic/config.status
third_party/codecs/xvidcore/build/generic/config.sub
third_party/codecs/xvidcore/build/generic/configure
third_party/codecs/xvidcore/build/generic/install-sh
third_party/codecs/xvidcore/build/generic/platform.inc
third_party/ffmpeg/.depend
third_party/ffmpeg/.libs
third_party/ffmpeg/.vhookdep
third_party/ffmpeg/config.err
third_party/ffmpeg/config.h
third_party/ffmpeg/config.mak
third_party/ffmpeg/ffmpeg
third_party/ffmpeg/ffmpeg_g
third_party/ffmpeg/libavcodec/libavcodec.a
third_party/ffmpeg/libavdevice/libavdevice.a
third_party/ffmpeg/libavformat/libavformat.a
third_party/ffmpeg/libavutil/libavutil.a
third_party/ffmpeg/version.h
third_party/ffmpeg/vhook/drawtext.so
third_party/ffmpeg/vhook/fish.so
third_party/ffmpeg/vhook/null.so
third_party/ffmpeg/vhook/ppm.so
third_party/ffmpeg/vhook/watermark.so
third_party/jtux/native/so/libjtux.so
third_party/mplayer/codec-cfg
third_party/mplayer/codecs.conf.h
third_party/mplayer/config.h
third_party/mplayer/config.mak
third_party/mplayer/help_mp.h
third_party/mplayer/input/libinput.a
third_party/mplayer/libaf/libaf.a
third_party/mplayer/libao2/libao2.a
third_party/mplayer/libavcodec/libavcodec.a
third_party/mplayer/libavformat/libavformat.a
third_party/mplayer/libavutil/libavutil.a
third_party/mplayer/libdha/libdha.a
third_party/mplayer/libdha/pci_dev_ids.c
third_party/mplayer/libdha/pci_ids.h
third_party/mplayer/libdha/pci_names.c
third_party/mplayer/libdha/pci_names.h
third_party/mplayer/libdha/pci_vendors.h
third_party/mplayer/libfaad2/libfaad2.a
third_party/mplayer/libmpcodecs/libmpcodecs.a
third_party/mplayer/libmpdemux/libmpdemux.a
third_party/mplayer/libmpeg2/libmpeg2.a
third_party/mplayer/libpostproc/libpostproc.a
third_party/mplayer/libswscale/libswscale.a
third_party/mplayer/libvo/libosd.a
third_party/mplayer/libvo/libvo.a
third_party/mplayer/loader/libloader.a
third_party/mplayer/mp3lib/libmp3.a
third_party/mplayer/mplayer
third_party/mplayer/osdep/libosdep.a
third_party/mplayer/stream/stream.a
third_party/mplayer/tremor/libvorbisidec.a
third_party/mplayer/version.h
third_party/mplayer/vidix/libvidix.a
third_party/swscale/libswscale.so
/installer/wix/SageTVSetup/redist
/installer/SageSupportFiles
/installer/wix/SageTVSetup/stvs-dir-sagetv7.wxs
/installer/wix/SageTVSetup/source-dir-common.wxs
/installer/wix/SageTVSetup/source-dir-sagetv.wxs
/installer/wix/SageTVSetup/obj
/installer/wix/SageTVSetup/release
/installer/wix/SageTVSetup/source
/installer/wix/SageTVSetup/source-dir-placeshifter.wxs