Skip to content
Snippets Groups Projects
Commit 8b411a0c authored by Olaf Bergmann's avatar Olaf Bergmann
Browse files

[manifest] fix yaml

parent 87ebc08d
No related branches found
No related tags found
No related merge requests found
...@@ -17,21 +17,26 @@ dependencies: ...@@ -17,21 +17,26 @@ dependencies:
mbedtls: mbedtls:
require: private require: private
dcaf_upstream: dcaf_upstream:
git: "https://gitlab.informatik.uni-bremen.de/DCAF/dcaf.git" path: dcaf
files: files:
exclude: exclude:
- "*~" # Exclude all editor backup files - "*~"
- "\#*\#" # Exclude all editor backup files - '\#*#'
- "TAGS" # Exclude `.list` files in all directories - "TAGS"
- "**/tests" - "**/tests"
- "**/examples" - "**/examples"
include: - "dcaf/**/*"
- "README.md" include:
- "AUTHORS" - "README.md"
- "LICENSE" - "AUTHORS"
- "Kconfig" - "LICENSE"
- "port/**/*" - "Kconfig"
- "include/**/*" - "port/**/*"
- "dcaf/**/*" - "include/**/*"
- "dcaf/README.md"
- "dcaf/LICENSE"
- "dcaf/doc/Doxyfile"
- "dcaf/doc/Makefile.am"
- "dcaf/include/**/*.h"
- "dcaf/src/**/*.c"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment