ignore more binary files

This commit is contained in:
Doug Hellmann 2014-11-11 21:21:21 +00:00
parent bda04343c5
commit ef76f4b15c
1 changed files with 4 additions and 0 deletions

View File

@ -90,11 +90,15 @@ _DO_NOT_READ = [
'*.jar', # Why do we check in jar files?! '*.jar', # Why do we check in jar files?!
'*.swf',
'*.eot',
'*.woff', # webfont; horizon '*.woff', # webfont; horizon
'*.xml', '*.xml',
'*.gz',
'*.zip', '*.zip',
'*.z',
] ]