]>
Commit | Line | Data |
---|---|---|
1b85f723 RBR |
1 | # Xcode |
2 | # | |
3 | # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore | |
4 | ||
5 | ## User settings | |
6 | xcuserdata/ | |
7 | ||
8 | ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) | |
9 | *.xcscmblueprint | |
10 | *.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 | |
27 |