diff options
author | Max Kellermann <max@duempel.org> | 2009-02-28 17:04:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-28 17:04:37 +0100 |
commit | 362cc225587f967230e0ff144368336aa6a9d9d6 (patch) | |
tree | 0902acf7a9a1fbdf80ef2250ebffa3b07a90bec2 /.gitignore | |
parent | 4a2b315ab6bcf9afc0718be980915870a4ee8f1f (diff) | |
download | mpd-362cc225587f967230e0ff144368336aa6a9d9d6.tar.gz mpd-362cc225587f967230e0ff144368336aa6a9d9d6.tar.xz mpd-362cc225587f967230e0ff144368336aa6a9d9d6.zip |
test: added test program which reads tags from a file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7f9b5fbc5..43aaf5bbb 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ doc/protocol doc/api test/software_volume test/run_decoder +test/read_tags test/run_encoder |