chore: Add .gitignore file - #54
Conversation
Inspired by GitHub's gitignore project; adapted from libpng and optipng. See https://github.com/github/gitignore
|
@ronaldtse, following up on my comments in PR #52, please review. |
|
@ctruta LTGM! GitHub also has a CMake gitignore template, you probably already saw it. If the team is going for "CMake handles the Makefile", then one day |
Thank you.
Yes, but the only artifact I picked from there is
The other ones are for in-tree builds, which are semi-supported and not officially recommended. I mean, considering your original patch, adding the
Ha! I sincerely doubt that the traditional users of traditional Make are going to like a big giant CMake artifact replacing our small and simple and neat Makefile. After all, I kept our plain Unix Makefile in there for a good reason. But of course, I always can be (and oftentimes am) proven wrong 😄 |
Inspired by GitHub's gitignore project; adapted from libpng and optipng.
See https://github.com/github/gitignore