diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 05904c1e6..abb37b0db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,7 @@ *.Plo *.Po *.a -*.bz2 *.d -*.gz *.la *.lo *.o @@ -73,3 +71,8 @@ test/dump_text_file test/test_byte_reverse test/test_vorbis_encoder test/DumpDatabase + +/*.tar.gz +/*.tar.bz2 +/*.tar.xz +/mpd-*/ |