Commit Graph

9 Commits

Author SHA1 Message Date
Nick Brook 97dc1fdfc3 Remove *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore 2015-11-19 00:24:34 +00:00
chenyufeng 84010e499f add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore 2015-11-09 10:51:42 +08:00
Ben Bodenmiller 507c3949be sync up xcode related gitignore files
some details based on #1221
2015-05-10 05:21:36 -07:00
Elvis Nuñez 37372e0f64 Ignore xcuserstate
xcuserstate files are generated from within Xcode and saved in your project bundle to remember your last opened file, the open state of any group folders, open tabs, and any other user setting your project might need to remember, this is something that shouldn't be tracked in version control
2014-04-15 18:59:29 +02:00
Carl Suster b3d27fcf04 Merge branch 'fix-1022'
Restore the Xcode rules to the Objective-C template as per the discussion
thread on 5bd4330. Although the rules correspond to an IDE and so are
global, most users of the Obj-C template expect to find the Xcode rules
in the template generated by github.com, since the IDE is so ubiquitous.

This could possibly be resolved by adding a template transclusion
mechanism in the future, but for now duplication is the way to go.
2014-04-06 10:38:40 +10:00
Carl Suster 5f42238331 Remove Obj-C-specific hmap & ipa from general Xcode template 2014-04-06 10:38:24 +10:00
Jim Roepcke d598b29b04 Remove profile rule from Xcode template. Fixes #956 2014-04-04 17:21:06 +11:00
Ivan Zuzak 5342e13bc9 ensure single trailing newline 2014-03-27 17:04:56 +01:00
MacPro: Fabien Sanglard 5bd4330b8c Add Xcode support. 2014-03-19 19:14:15 -04:00