.mbedignore not works fully
Open
Jira status: OPEN
mirrored
type: bug
- Dominant language
- Python
- Stars
- 339
- Forks
- 187
- PR merge metrics
- No merged PRs in 30d
Description
i have folder /file structure like that:
- Mbed
- main.cpp
- lib
- inih
- INIReaderTest.cpp
main.cpp is my main file containing method main
and Inih downloaded from https://github.com/jtilly/inih contains a file INIReaderTest.cpp with another main method.
Thus i need an .mbedignore.
If i place it in folder Mbed, it does not work, whereas in folder lib it does work.
Compliation is done with `mbed compile --source . --source mbed-os --source lib`
i use mbed version 1.10.2 with python 3.8.2 on linux
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.