Browse Source

Add Xcode support.

MacPro: Fabien Sanglard 11 years ago
parent
commit
5bd4330b8c
2 changed files with 17 additions and 18 deletions
  1. 17 0
      Global/Xcode.gitignore
  2. 0 18
      Objective-C.gitignore

+ 17 - 0
Global/Xcode.gitignore

@@ -0,0 +1,17 @@
+build/
+*.pbxuser
+!default.pbxuser
+*.mode1v3
+!default.mode1v3
+*.mode2v3
+!default.mode2v3
+*.perspectivev3
+!default.perspectivev3
+xcuserdata
+*.xccheckout
+profile
+*.moved-aside
+DerivedData
+*.hmap
+*.ipa
+

+ 0 - 18
Objective-C.gitignore

@@ -1,21 +1,3 @@
-# Xcode
-build/
-*.pbxuser
-!default.pbxuser
-*.mode1v3
-!default.mode1v3
-*.mode2v3
-!default.mode2v3
-*.perspectivev3
-!default.perspectivev3
-xcuserdata
-*.xccheckout
-profile
-*.moved-aside
-DerivedData
-*.hmap
-*.ipa
-
 # CocoaPods
 #
 # We recommend against adding the Pods directory to your .gitignore. However