Skip to content

Conversation

@LiviaMedeiros
Copy link
Contributor

Fixes: #489

@ValdikSS
Copy link
Owner

Why?

@LiviaMedeiros
Copy link
Contributor Author

Repo hygiene. We must have .gitignore for output files so they are never accidentally pushed, and it would make sense to group them into separate directory (or even two, one for .o files and another for executables), since they don't belong to src.

@ValdikSS
Copy link
Owner

Gitignore is reasonable, but moving all object files and exe looks like bikeshedding to me. It creates more inconvenience then good. Split your pull request to two, I'll accept only gitignore.

@LiviaMedeiros LiviaMedeiros mentioned this pull request Sep 20, 2024
@LiviaMedeiros
Copy link
Contributor Author

Sure. Consider splitting directories for later, if you'll wanna add other complications (e.g. release directory for further automation, tests for built binary, etc.) to the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants