Skip to content

Commit

Permalink
clarifying when ignoring is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur authored Jun 8, 2017
1 parent 9f847e5 commit 81d7870
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Global/Xcode.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
## User settings
xcuserdata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/

## Various settings
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -15,9 +21,3 @@ DerivedData/
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

0 comments on commit 81d7870

Please sign in to comment.