Adding gitignore for Meson Build system #3395
Closed
Conversation
|
@shiftkey It would be nice if we get some reviewers for this template. |
|
Yeah.. it would. |
|
You know, I can tell you guys already have too much on your plate so I'll just make this easy for you. |
Sign up for free
to 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.
Reasons for making this change:
Meson is an extremely fast build system used for building projects written in C++; it also uses Ninja backend. While building my projects in C++, I had to get rid of the files created by Meson and since there is no gitignore for it, I'm proposing one.
Links to documentation supporting these rule changes:
While there is no concrete documentation regarding the files creating during the build, the following link gives an idea.
https://mesonbuild.com/Running-Meson.html
If this is a new template: