Skip to content

Commit 04a2b14

Browse files
authored
Update Xcode.gitignore
- Remove a reminder to look at files that don't exist anymore - Remove ignore rules for an IDE from 2007 - Remove an ignore rule for Gcc which is no longer used since 2013
1 parent 96d6876 commit 04a2b14

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

Global/Xcode.gitignore

+1-21
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
1-
# Xcode
2-
#
3-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4-
51
## User settings
62
xcuserdata/
73

8-
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
4+
## Xcode 8 and earlier
95
*.xcscmblueprint
106
*.xccheckout
11-
12-
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
13-
build/
14-
DerivedData/
15-
*.moved-aside
16-
*.pbxuser
17-
!default.pbxuser
18-
*.mode1v3
19-
!default.mode1v3
20-
*.mode2v3
21-
!default.mode2v3
22-
*.perspectivev3
23-
!default.perspectivev3
24-
25-
## Gcc Patch
26-
/*.gcno

0 commit comments

Comments
 (0)