.gitignore: stricter matches

This commit is contained in:
Max Kellermann 2013-04-08 21:34:51 +02:00
parent 436335e9a3
commit f3832bcaa8
1 changed files with 3 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,9 +1,7 @@
*.Plo *.Plo
*.Po *.Po
*.a *.a
*.bz2
*.d *.d
*.gz
*.la *.la
*.lo *.lo
*.o *.o
@ -72,3 +70,6 @@ test/dump_rva2
test/dump_text_file test/dump_text_file
test/test_byte_reverse test/test_byte_reverse
test/test_vorbis_encoder test/test_vorbis_encoder
/*.tar.gz
/*.tar.bz2