Ignore local board/platform overrides

boards.local.txt and platform.local.txt should
never exist in main branch.
This commit is contained in:
Henry Gabryjelski 2020-02-11 12:03:14 -08:00
parent e932935cab
commit bc94b4872a

4
.gitignore vendored
View file

@ -16,3 +16,7 @@
.DS_Store
*.swp
/Output
# Ignore local overrides of platform.txt and boards.txt,
/boards.local.txt
/platform.local.txt