From becfe90bfc2ec0d95e59c55b6967a934b159686a Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 19 Nov 2018 16:27:57 -0500 Subject: [PATCH] more .gitignore updates for XCode --- sys/unix/NetHack.xcodeproj/.gitignore | 36 +++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/sys/unix/NetHack.xcodeproj/.gitignore b/sys/unix/NetHack.xcodeproj/.gitignore index ab5ec3aee..72068cdad 100644 --- a/sys/unix/NetHack.xcodeproj/.gitignore +++ b/sys/unix/NetHack.xcodeproj/.gitignore @@ -1,2 +1,34 @@ -xcuserdata - +# OS X temporary files that should never be committed +# +.DS_Store +.Trashes +*.swp +#*.lock +# +# NB: NIB/XIB files still exist even on Storyboard projects, so we want this... +*~.nib +# +# NB: slash on the end, so we only remove the FOLDER, not any files that were badly named "DerivedData" +DerivedData/ +# NB: slash on the end, so we only remove the FOLDER, not any files that were badly named "build" +build/ +# Xcode private settings (window sizes, bookmarks, breakpoints, custom executables, smart groups) +# +#*.pbxuser +*.mode1v3 +*.mode2v3 +*.perspectivev3 +# NB: also, whitelist the default ones, some projects need to use these +!default.pbxuser +!default.mode1v3 +!default.mode2v3 +!default.perspectivev3 +#### +# Xcode 4 - semi-personal settings +*.xccheckout +# throw away ALL personal settings (including custom schemes! +# - unless they are "shared") +# As per build/ and DerivedData/, this ought to have a trailing slash +xcuserdata/ +# +*.moved-aside