Uh oh!
There was an error while loading. Please reload this page.
gitignore: ignore xcode workspaces and projects - #1562
Closed
r-52 wants to merge 1 commit into
Closed
Conversation
Calling ./configure --xcode creates xcode projects and a workspace for io.js.
Fishrock123
commented
Apr 29, 2015
Contributor
Have also ran into this. +1 |
petkaantonov
commented
Apr 29, 2015
Contributor
imo such files belong to your personal/global .gitignore file since they are not specific to a project |
petkaantonov
commented
Apr 29, 2015
Contributor
that was just an imo, no need to close right away :P |
r-52
commented
Apr 29, 2015
ContributorAuthor
Sorry, was little bit toooo fast with some edits |
vkurchatkin
commented
Apr 29, 2015
Contributor
LGTM. We have Visual Studio stuff in already, so this makes sense |
Fishrock123
commented
Apr 29, 2015
Contributor
An option on our build produces it. I think we should ignore it. |
jbergstroem
commented
Apr 30, 2015
Member
I agree with @Fishrock123. Files generated by build or configure options should be ignored. LGTM. |
brendanashworth
commented
Apr 30, 2015
Contributor
Agh, we should get consensus first. I'm +1 for adding it if we generate it. |
chrisdickinson
commented
Apr 30, 2015
Contributor
LGTM. |
bnoordhuis
commented
Apr 30, 2015
Member
LGTM as well. I think that's enough consensus? |
silverwind pushed a commit
that referenced
this pull request
Apr 30, 2015
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>
silverwind
commented
Apr 30, 2015
Contributor
Thanks! Landed in 801b47a |
Fishrock123 pushed a commit
to Fishrock123/node
that referenced
this pull request
May 19, 2015
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.