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

Req: Hide build folder under MS Windows #20

Open
btoschek opened this issue Feb 5, 2024 · 0 comments
Open

Req: Hide build folder under MS Windows #20

btoschek opened this issue Feb 5, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@btoschek
Copy link
Owner

btoschek commented Feb 5, 2024

With the current setup, the .build directory is visible by default under MS Windows. To mimic Linux behavior, this directory should imo be hidden automatically during its creation. This can be done (as far as I've seen) by including the following line into the relevant section in the Makefile:

attrib +h $(BUILD_DIR)

Whilst I need someone to test the suggested change for me, it should also be discussed if this is desired behavior for Windows users. As a side-note, the folder can always be brought back into view with the opt-in setting of "Show hidden files" in the file browser.

@btoschek btoschek added enhancement New feature or request help wanted Extra attention is needed labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant