-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Ignore xcuserdata/ #2184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore xcuserdata/ #2184
Conversation
|
@swift-ci smoke test |
|
This is a bit complex :( I don't think we should ignore the entire directory by default since users might want to check in things like the mirror config file. Similarly, Xcode's xcshareddata directory is also probably worth checking in but there is nothing interesting right now (except maybe custom/modified schemes). However, it definitely makes sense to ignore the xcuserdata directory. I am curious what @neonichu thinks about this. |
|
Yeah I suspected so. I'll update it to |
Now that SwiftPM is more likely to checked in alongside with Xcode artifacts, ignore the commonly ignored Xcode artifacts.
2bc43f1 to
d444c08
Compare
|
@swift-ci smoke test |
|
@swift-ci smoke test linux |
|
@dduan do you want to cherry-pick this to 5.1 branch? |
|
I just filed FB6569495 about this too, shared schemes get through this gitignore still, I'm not sure what the desired behavior is there |
Now that SwiftPM is more likely to checked in alongside with Xcode
artifacts, ignore the commonly ignored Xcode artifacts.