File tree 2 files changed +28
-7
lines changed
2 files changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -88,16 +88,14 @@ build_msvc
88
88
# packages themselves.
89
89
/csharp /src /packages /* /
90
90
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 /
98
91
# OS X's Finder creates these for state about opened windows/etc.
99
92
** /.DS_Store
100
93
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
+
101
99
# Comformance test output
102
100
conformance /.libs /
103
101
conformance /com /
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments