Project:
MPD
Code Location:
git://git.musicpd.org/master/mpd.gitmaster
.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
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
*.Plo *.Po *.a *.d *.la *.lo *.o .deps .dirstamp Makefile Makefile.in aclocal.m4 autom4te.cache compile config.guess config.h config.h.in config.log config.mk config.status config.sub config_detected.h config_detected.mk configure configure.lineno depcomp depmode install-sh libtool ltmain.sh missing mkinstalldirs mpd mpd.exe mpd.service stamp-h1 tags *~ .#* .stgit* src/dsd2pcm/dsd2pcm src/win/mpd_win32_rc.rc doc/doxygen.conf doc/protocol.html doc/protocol doc/user doc/developer doc/sticker doc/api test/software_volume test/run_convert test/run_decoder test/read_tags test/run_filter test/run_encoder test/run_output test/read_conf test/run_input test/read_mixer test/dump_playlist test/run_normalize test/tmp test/run_inotify test/test_queue_priority test/run_ntp_server test/run_resolver test/run_tcp_connect test/test_pcm test/dump_rva2 test/dump_text_file test/test_byte_reverse test/test_vorbis_encoder test/DumpDatabase /*.tar.gz /*.tar.bz2 /*.tar.xz /mpd-*/
