Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
507c3949
Commit
507c3949
authored
May 10, 2015
by
Ben Bodenmiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync up xcode related gitignore files
some details based on #1221
parent
8ab86f6b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
5 deletions
+39
-5
Xcode.gitignore
Global/Xcode.gitignore
+10
-1
Objective-C.gitignore
Objective-C.gitignore
+18
-2
Swift.gitignore
Swift.gitignore
+11
-2
No files found.
Global/Xcode.gitignore
View file @
507c3949
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
build/
DerivedData
## Various settings
*.pbxuser
*.pbxuser
!default.pbxuser
!default.pbxuser
*.mode1v3
*.mode1v3
...
@@ -8,7 +16,8 @@ build/
...
@@ -8,7 +16,8 @@ build/
*.perspectivev3
*.perspectivev3
!default.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata
## Other
*.xccheckout
*.xccheckout
*.moved-aside
*.moved-aside
DerivedData
*.xcuserstate
*.xcuserstate
Objective-C.gitignore
View file @
507c3949
# Xcode
# Xcode
#
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
build/
DerivedData
## Various settings
*.pbxuser
*.pbxuser
!default.pbxuser
!default.pbxuser
*.mode1v3
*.mode1v3
...
@@ -10,12 +16,15 @@ build/
...
@@ -10,12 +16,15 @@ build/
*.perspectivev3
*.perspectivev3
!default.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata
## Other
*.xccheckout
*.xccheckout
*.moved-aside
*.moved-aside
DerivedData
*.xcuserstate
## Obj-C/Swift specific
*.hmap
*.hmap
*.ipa
*.ipa
*.xcuserstate
# CocoaPods
# CocoaPods
#
#
...
@@ -24,3 +33,10 @@ DerivedData
...
@@ -24,3 +33,10 @@ DerivedData
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
#
#Pods/
#Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Build
Swift.gitignore
View file @
507c3949
# Xcode
# Xcode
#
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
build/
DerivedData
## Various settings
*.pbxuser
*.pbxuser
!default.pbxuser
!default.pbxuser
*.mode1v3
*.mode1v3
...
@@ -10,12 +16,15 @@ build/
...
@@ -10,12 +16,15 @@ build/
*.perspectivev3
*.perspectivev3
!default.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata
## Other
*.xccheckout
*.xccheckout
*.moved-aside
*.moved-aside
DerivedData
*.xcuserstate
## Obj-C/Swift specific
*.hmap
*.hmap
*.ipa
*.ipa
*.xcuserstate
# CocoaPods
# CocoaPods
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment