Added support for latest zig and raylib version#4
Added support for latest zig and raylib version#4nothke wants to merge 4 commits intoSimonLSchlee:mainfrom
Conversation
| /debug/ | ||
| /build/ | ||
| /build-*/ | ||
| /docgen_tmp/ |
There was a problem hiding this comment.
What are the ones from /release/ to /docgen_tmp/ I have never seen these, what does generate those?
|
I wanted to create commits and tags for the stable zig versions, I am not sure the If you think it is worth adding the I don't really think that changing the version number in the I want to avoid clutter and keep the commit history simple. |
|
This gitignore is the official Zig one made by Andrew: https://github.com/ziglang/zig/blob/master/.gitignore, so it is useful not just for this template but for anything a user might make. What you are saying is that the users are required to have a global gitignore, which most don't. I don't. And so their git will be cluttered with zig out files and might commit them if not careful. If you really don't like it, you can always delete it, I think it makes sense to keep it in. |
It is the
I think taking the 5-10 minutes to configure your global gitignore is the better way and I prefer that because it seems easier in the long term to me than adding this to every repository, but that is my personal opinion. So I will accept adding a |
|
I think this PR is trying to do to many things at the same time. Why not split it into 3-4 different PRs? |
Now it works in 0.14.0-dev.2+0884a4341, and added a gitignore