Add more common binary exetnsions

This commit is contained in:
Kevin Sawicki
2013-06-05 17:00:30 -07:00
parent 42d06d6281
commit 769834e1a6

View File

@@ -319,6 +319,9 @@ module.exports =
isBinaryExtension: (ext) ->
_.indexOf([
'.DS_Store'
'.a'
'.o'
'.so'
'.woff'
], ext, true) >= 0