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
352c903c
Commit
352c903c
authored
Jan 27, 2016
by
Brendan Forster
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1546 from Coeur/patch-1
DerivedData and xcuserdata are folders; *.xcuserstate is always inside
parents
8ae0b3e1
f17925fe
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
12 deletions
+10
-12
Xcode.gitignore
Global/Xcode.gitignore
+4
-4
Objective-C.gitignore
Objective-C.gitignore
+3
-4
Swift.gitignore
Swift.gitignore
+3
-4
No files found.
Global/Xcode.gitignore
View file @
352c903c
...
...
@@ -4,7 +4,7 @@
## Build generated
build/
DerivedData
DerivedData
/
## Various settings
*.pbxuser
...
...
@@ -15,9 +15,9 @@ DerivedData
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata
/
## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xccheckout
*.xcscmblueprint
Objective-C.gitignore
View file @
352c903c
...
...
@@ -4,7 +4,7 @@
## Build generated
build/
DerivedData
DerivedData
/
## Various settings
*.pbxuser
...
...
@@ -15,12 +15,11 @@ DerivedData
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata
/
## Other
*.xccheckout
*.moved-aside
*.xc
userstate
*.xc
checkout
*.xcscmblueprint
## Obj-C/Swift specific
...
...
Swift.gitignore
View file @
352c903c
...
...
@@ -4,7 +4,7 @@
## Build generated
build/
DerivedData
DerivedData
/
## Various settings
*.pbxuser
...
...
@@ -15,12 +15,11 @@ DerivedData
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata
/
## Other
*.xccheckout
*.moved-aside
*.xc
userstate
*.xc
checkout
*.xcscmblueprint
## Obj-C/Swift specific
...
...
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