Skip to content

.gitignore ninja files #21

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

Merged
merged 1 commit into from
Dec 21, 2015
Merged

.gitignore ninja files #21

merged 1 commit into from
Dec 21, 2015

Conversation

jfbastien
Copy link
Member

They get generated when using cmake -G Ninja.

They get generated when using cmake -G Ninja.
kripken added a commit that referenced this pull request Dec 21, 2015
@kripken kripken merged commit 14bc884 into master Dec 21, 2015
@kripken
Copy link
Member

kripken commented Dec 21, 2015

Is this ninja thing good? Should I be using it? :)

@jfbastien
Copy link
Member Author

It's ninja fast! Probably won't make a difference for now, but for LLVM it's quite significant.

@jfbastien jfbastien deleted the gitignore-ninja branch December 21, 2015 20:41
@binji
Copy link
Member

binji commented Dec 21, 2015

@kripken It's a pretty great build system, written originally as a GYP backend for Chromium to improve on the incremental build time. It's much more low-level than Make, and not meant to be written by hand, so it's only really used by meta build tools like CMake and GYP.

@kripken
Copy link
Member

kripken commented Dec 21, 2015

Interesting, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants