Skip to content
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

Move build files from src #643

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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