diff --git a/lib/linguist/blob_helper.rb b/lib/linguist/blob_helper.rb index 4e013bd76a..559c593b56 100644 --- a/lib/linguist/blob_helper.rb +++ b/lib/linguist/blob_helper.rb @@ -178,7 +178,7 @@ def average_line_length # # Return true or false def generated? - if ['.xib', '.nib', '.pbxproj'].include?(extname) + if ['.xib', '.nib', '.pbxproj', '.xcworkspacedata', '.xcuserstate'].include?(extname) true elsif generated_coffeescript? || minified_javascript? true