-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
gitignore: ignore xcode workspaces and projects #1562
Conversation
Calling ./configure --xcode creates xcode projects and a workspace for io.js.
Have also ran into this. +1 |
imo such files belong to your personal/global .gitignore file since they are not specific to a project |
that was just an imo, no need to close right away :P |
Sorry, was little bit toooo fast with some edits |
LGTM. We have Visual Studio stuff in already, so this makes sense |
An option on our build produces it. I think we should ignore it. |
I agree with @Fishrock123. Files generated by build or configure options should be ignored. LGTM. |
Agh, we should get consensus first. I'm +1 for adding it if we generate it. |
LGTM. |
LGTM as well. I think that's enough consensus? |
Calling ./configure --xcode creates xcode projects and a workspace for io.js. PR-URL: #1562 Reviewed-By: Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com> Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Roman Reiss <me@silverwind.io>
Thanks! Landed in 801b47a |
Calling ./configure --xcode creates xcode projects and a workspace for io.js. PR-URL: nodejs#1562 Reviewed-By: Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com> Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Roman Reiss <me@silverwind.io>
Calling ./configure --xcode creates xcode projects and a workspace for io.js for each dep. This commit adds them to the git ignore like vs project files.