Skip to content

Commit daec44f

Browse files
committed
Expand the OS X/Xcode gitignores
- Add the folder CocoaPods will add to the root folder. - Move and expand the entries in the objectivec directory.
1 parent 431ba4b commit daec44f

File tree

2 files changed

+28
-7
lines changed

2 files changed

+28
-7
lines changed

.gitignore

+5-7
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,14 @@ build_msvc
8888
# packages themselves.
8989
/csharp/src/packages/*/
9090

91-
# Directories created by opening the Objective C Xcode projects.
92-
objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcuserdata/
93-
objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcshareddata/ProtocolBuffers_OSX.xccheckout
94-
objectivec/ProtocolBuffers_OSX.xcodeproj/xcuserdata/
95-
objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcuserdata/
96-
objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/ProtocolBuffers_iOS.xccheckout
97-
objectivec/ProtocolBuffers_iOS.xcodeproj/xcuserdata/
9891
# OS X's Finder creates these for state about opened windows/etc.
9992
**/.DS_Store
10093

94+
# Cocoapods artifacts
95+
# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
96+
# needed to trigger "pod install" to rerun the preinstall commands.
97+
Pods/
98+
10199
# Comformance test output
102100
conformance/.libs/
103101
conformance/com/

objectivec/.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Build generated
2+
build/
3+
DerivedData/
4+
5+
## Various settings
6+
*.pbxuser
7+
!default.pbxuser
8+
*.mode1v3
9+
!default.mode1v3
10+
*.mode2v3
11+
!default.mode2v3
12+
*.perspectivev3
13+
!default.perspectivev3
14+
xcuserdata/
15+
16+
## Other
17+
*.moved-aside
18+
*.xccheckout
19+
*.xcscmblueprint
20+
21+
## Obj-C/Swift specific
22+
*.hmap
23+
*.ipa

0 commit comments

Comments
 (0)