mirror of https://github.com/ARMmbed/mbed-os.git
Check the content of `.mbedignore` files and try to match the file patterns against the directories and source files found while travelling the directory structure. Every line in `.mbedignore` file is treated as a unix style glob pattern. Before matching, the pattern is appended with its directory location, so it will match only folder on same level, or deeper in the directory structure. For example: Directory ./source/test contains .mbedignore with content: `unittest/*` Then everything under ./source/test/unittest/ is ignored, including the unittest folder itself. Another example: When .mbedignore file contains just `*`, then everything under the folder it is located, is ignored. It won't even be added to include paths. |
||
---|---|---|
TARGET_Ignore | ||
TESTS/integration | ||
core | ||
docs | ||
frameworks | ||
hal | ||
net | ||
tools | ||
travis | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
MANIFEST.in | ||
circle.yml | ||
requirements.txt | ||
setup.py |