-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add _deps
to .gitignore
#594
Conversation
@@ -373,3 +373,6 @@ MigrationBackup/ | |||
|
|||
# Ionide (cross platform F# VS Code tools) working folder | |||
.ionide/ | |||
|
|||
# CMake deps folder? |
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.
What do I make the comment say?
Are you doing in-tree builds? |
I just ran |
@Jan200101 what's the suggested approach to compiling Northstar then so that I can update the build instructions accordingly? |
|
Superseded by #808 |
Add
_deps
to.gitignore
.That folder gets created by CMake I think? Just noticed it getting added when I did
cmake . -G "Ninja" && cmake --build .