-
Notifications
You must be signed in to change notification settings - Fork 179
Change the default build dir to 'build' #348
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
Conversation
Also add '.mbedignore' to ensure that contents of build are not scanned/included by the build system and reflect the change in the documentation
@screamerbg Has this been tested when building tests? The test building process includes files from the build directory as source files. |
Also, I will need to update mbed-os CI will need to be updated to use the |
this needs to be |
Any particular reason for the capitalization @sg-? |
based on upcoming code base and API guidelines, any directory that is treated as magic will be capitalized. |
Agree with @sg-. Now changed to 'BUILD' |
LGTM 👍 |
@screamerbg I've pinned the CI to use the current |
This PR changes the default build dir from
.build
tobuild
.Also adds '.mbedignore' to ensure that contents of build are not scanned/included by the build system and reflects the change in the documentation.
Addressing #334 #206
@jaustin @MarceloSalazar @sg- @theotherjimmy