-
Notifications
You must be signed in to change notification settings - Fork 7
Added support for latest zig and raylib version #4
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
base: main
Are you sure you want to change the base?
Conversation
| /debug/ | ||
| /build/ | ||
| /build-*/ | ||
| /docgen_tmp/ |
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 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