-
Notifications
You must be signed in to change notification settings - Fork 36
Remove kernelspec from .gitignore #87
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
Conversation
.gitignore
Outdated
@@ -39,7 +39,7 @@ | |||
__pycache__/ | |||
|
|||
# Generated kernelspec | |||
share/jupyter/kernels/xcpp/kernel.json | |||
share/jupyter/kernels/**/*.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this even in the ignore list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vgvassilev I actually don't know. I assummed it was there for a reason, and generalised it. I will remove it, and change the PR name accordingly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My only guess as to why its was there to begin with is in case someone doesn't build xeus-cpp within the build folder, like the instructions say, and to stop it being added to a commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we used to generate some files in the source directory with cmake configure_file. That’s gone now.
4bca4a5
to
adce397
Compare
@vgvassilev This PR is ready for merging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Previously xeus-cpp only had one kernel. This PR updates the .gitignore to take into account there are now multiple kernels.