diff options
author | Max Kellermann <max@duempel.org> | 2012-01-21 10:51:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-01-21 10:51:53 +0100 |
commit | abf41eb85ceac2776a4449e5cc58b6804e8b6298 (patch) | |
tree | 7cbf65de5ba9a714204cc121f0629162e0148adb /.gitignore | |
parent | d83dea446343b2d596bf73b7ab868d56e0fe3f44 (diff) | |
download | mpd-abf41eb85ceac2776a4449e5cc58b6804e8b6298.tar.gz mpd-abf41eb85ceac2776a4449e5cc58b6804e8b6298.tar.xz mpd-abf41eb85ceac2776a4449e5cc58b6804e8b6298.zip |
.gitignore: add new output files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f848f467c..67b261032 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ tags *~ .#* .stgit* +src/dsd2pcm/dsd2pcm doc/doxygen.conf doc/protocol.html doc/protocol @@ -63,3 +64,6 @@ test/tmp test/run_inotify test/test_queue_priority test/run_ntp_server +test/run_resolver +test/run_tcp_connect +test/test_pcm |