diff options
author | Max Kellermann <max@duempel.org> | 2013-01-03 21:21:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 21:21:32 +0100 |
commit | d29a251547901f9b602495af983f8455152cc966 (patch) | |
tree | 181087334f05b2aec83c9b733c70da2f5d7b2026 /.gitignore | |
parent | 31da4bc566432424c39aec9fe55ab656a4255f57 (diff) | |
download | mpd-d29a251547901f9b602495af983f8455152cc966.tar.gz mpd-d29a251547901f9b602495af983f8455152cc966.tar.xz mpd-d29a251547901f9b602495af983f8455152cc966.zip |
.gitignore: add more debug programs
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 67b261032..9f4d606a9 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,7 @@ 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 |