Ignore local board/platform overrides
boards.local.txt and platform.local.txt should never exist in main branch.
This commit is contained in:
parent
e932935cab
commit
bc94b4872a
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -16,3 +16,7 @@
|
|||
.DS_Store
|
||||
*.swp
|
||||
/Output
|
||||
|
||||
# Ignore local overrides of platform.txt and boards.txt,
|
||||
/boards.local.txt
|
||||
/platform.local.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue