Updating gitignore workspaces

This commit is contained in:
Blake Watters
2011-03-09 15:14:48 -05:00
parent 0a93b377d6
commit d359f0403a
5 changed files with 29 additions and 2 deletions

3
.gitignore vendored
View File

@@ -14,7 +14,6 @@ DerivedData
*.mode2v3
*.pbxuser
*.perspectivev3
*.xcworkspace
xcuserdata
*.xcuserdatad
Examples/RKDiscussionBoardExample/discussion_board_backend/public/system/attachments/*

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:DiscussionBoard.xcodeproj">
</FileRef>
</Workspace>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:RKTwitter.xcodeproj">
</FileRef>
</Workspace>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:RKTwitterCoreData.xcodeproj">
</FileRef>
</Workspace>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:RestKit.xcodeproj">
</FileRef>
</Workspace>