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:
mbedtls:
require: private
dcaf_upstream:
git: "https://gitlab.informatik.uni-bremen.de/DCAF/dcaf.git"
path: dcaf
files:
exclude:
- "*~" # Exclude all editor backup files
- "\#*\#" # Exclude all editor backup files
- "TAGS" # Exclude `.list` files in all directories
- "**/tests"
- "**/examples"
include:
- "README.md"
- "AUTHORS"
- "LICENSE"
- "Kconfig"
- "port/**/*"
- "include/**/*"
- "dcaf/**/*"
exclude:
- "*~"
- '\#*#'
- "TAGS"
- "**/tests"
- "**/examples"
- "dcaf/**/*"
include:
- "README.md"
- "AUTHORS"
- "LICENSE"
- "Kconfig"
- "port/**/*"
- "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