aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Aleksandrov <evgeny@aleksandrov.ws>2024-05-12 17:56:43 +0300
committerEvgeny Aleksandrov <evgeny@aleksandrov.ws>2024-05-12 17:56:43 +0300
commitebee5bfe87a2799d26d346798f7364eb0dccdcaf (patch)
treea70ab41f6d37c1c5dd0a347aded4d4842c622158
parent7b22f8ab6c85b4ef1469d72a8ba96462e2a44853 (diff)
downloadgitignore-ebee5bfe87a2799d26d346798f7364eb0dccdcaf.tar.gz
gitignore-ebee5bfe87a2799d26d346798f7364eb0dccdcaf.zip
Drop Xcode 3 compatibility
-rw-r--r--Objective-C.gitignore13
-rw-r--r--Swift.gitignore13
2 files changed, 0 insertions, 26 deletions
diff --git a/Objective-C.gitignore b/Objective-C.gitignore
index 7801c930..45c38074 100644
--- a/Objective-C.gitignore
+++ b/Objective-C.gitignore
@@ -9,19 +9,6 @@ xcuserdata/
*.xcscmblueprint
*.xccheckout
-## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
-build/
-DerivedData/
-*.moved-aside
-*.pbxuser
-!default.pbxuser
-*.mode1v3
-!default.mode1v3
-*.mode2v3
-!default.mode2v3
-*.perspectivev3
-!default.perspectivev3
-
## Obj-C/Swift specific
*.hmap
diff --git a/Swift.gitignore b/Swift.gitignore
index 330d1674..bc46f5d6 100644
--- a/Swift.gitignore
+++ b/Swift.gitignore
@@ -9,19 +9,6 @@ xcuserdata/
*.xcscmblueprint
*.xccheckout
-## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
-build/
-DerivedData/
-*.moved-aside
-*.pbxuser
-!default.pbxuser
-*.mode1v3
-!default.mode1v3
-*.mode2v3
-!default.mode2v3
-*.perspectivev3
-!default.perspectivev3
-
## Obj-C/Swift specific
*.hmap