aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-08 21:34:51 +0200
committerMax Kellermann <max@duempel.org>2013-04-08 21:35:34 +0200
commitf3832bcaa863fcbca09b8b108d7e083291c34e40 (patch)
treef123d639f7885178d7be21eded475f6884c40bcc /.gitignore
parent436335e9a3251cbfe42848843e1acea33d22177c (diff)
downloadmpd-f3832bcaa863fcbca09b8b108d7e083291c34e40.tar.gz
mpd-f3832bcaa863fcbca09b8b108d7e083291c34e40.tar.xz
mpd-f3832bcaa863fcbca09b8b108d7e083291c34e40.zip
.gitignore: stricter matches
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 11ac5f9a8..c86964e5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,7 @@
*.Plo
*.Po
*.a
-*.bz2
*.d
-*.gz
*.la
*.lo
*.o
@@ -72,3 +70,6 @@ test/dump_rva2
test/dump_text_file
test/test_byte_reverse
test/test_vorbis_encoder
+
+/*.tar.gz
+/*.tar.bz2