diff options
author | Eloy Durán <eloy.de.enige@gmail.com> | 2013-01-15 11:33:57 +0100 |
---|---|---|
committer | Eloy Durán <eloy.de.enige@gmail.com> | 2013-01-15 11:33:57 +0100 |
commit | e54e1b752be884da98f05ab970ae26c9775f8b35 (patch) | |
tree | 0da06b14ea1736e9db0df2874e4938e883b9c580 /Objective-C.gitignore | |
parent | f31b319dca10213163411cb710c27dc37ed3eac5 (diff) | |
download | gitignore-e54e1b752be884da98f05ab970ae26c9775f8b35.tar.gz gitignore-e54e1b752be884da98f05ab970ae26c9775f8b35.zip |
[Objective-C] No longer ignore `xcworkspace` documents.
Workspaces are real documents that can be opened, just like `xcodeproj`
documents. These documents are also generated/used by CocoaPods to
configure a project’s dependencies. For these reasons, there does not
seem a good reason to ignore these any longer.
Diffstat (limited to 'Objective-C.gitignore')
-rw-r--r-- | Objective-C.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7697b30c..31e6fd9a 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -9,8 +9,6 @@ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -*.xcworkspace -!default.xcworkspace xcuserdata profile *.moved-aside |