From 5c3385ecd817c824691698f9c6ec392b054848b1 Mon Sep 17 00:00:00 2001 From: Josh Abernathy Date: Tue, 15 Jul 2014 12:08:23 -0700 Subject: [PATCH] Actually let's keep those. --- lib/linguist/generated.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/generated.rb b/lib/linguist/generated.rb index 2074e008..a0f3a285 100644 --- a/lib/linguist/generated.rb +++ b/lib/linguist/generated.rb @@ -74,7 +74,7 @@ module Linguist # # Returns true of false. def xcode_file? - ['.nib', '.pbxproj'].include?(extname) + ['.nib', '.pbxproj', '.xcworkspacedata', '.xcuserstate'].include?(extname) end # Internal: Is the blob minified files?