Skip to content

Added .DS_Store, boards.local.txt and platform.local.txt to .gitignore #192

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

Merged
merged 1 commit into from
Jan 8, 2018

Conversation

lacklustrlabs
Copy link
Contributor

You can keep local platform configurations in the boards.local.txt and platform.local.txt

For example if you want to use -std=c++17 you can add this file to the root:

platform.local.txt:
compiler.cpp.flags={compiler.extra_flags} -c {build.flags.optimize} {compiler.warning_flags} -std=c++17 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD {compiler.stm.extra_include}

(using a g++ 7.2 cross compiler)

This PR simply adds those files to .gitignore so that your private/local changes won't accidentally be included in any commit.

@fpistm fpistm merged commit bd21114 into stm32duino:master Jan 8, 2018
benwaffle pushed a commit to benwaffle/Arduino_Core_STM32 that referenced this pull request Apr 10, 2019
Added .DS_Store, boards.local.txt and platform.local.txt to .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants