* Dependency hueplusplus-1.0.0 added from https://github.com/enwi/hueplusplus/releases/tag/v1.0.0 * Dependency mbedtls-2.24.0 added (Windows-only) from https://github.com/ARMmbed/mbedtls/releases/tag/mbedtls-2.24.0
8 lines
515 B
YAML
8 lines
515 B
YAML
ignore:
|
|
- "/usr/**/*" # ingnore all unix system ressources
|
|
- "**/json*.*" # ignore all json files
|
|
- "**/hueplusplus/include/json/*" # ignore all files in json folder
|
|
- "**/hueplusplus/test/*" # ignore all files in test folder
|
|
- "**/hueplusplus/build/**/*" # ignore all files in build folder
|
|
- "**/test/**/*" # ignore all files in test folders
|
|
- "**/v1/**/*" # ignore all macros files
|