2019-08-11 22:16:50 +02:00
|
|
|
component_depth: 3
|
2017-10-31 17:27:38 +01:00
|
|
|
languages:
|
|
|
|
- cpp
|
2019-08-11 21:51:20 +02:00
|
|
|
production:
|
|
|
|
include:
|
2019-08-11 22:16:50 +02:00
|
|
|
- .*/src/.*
|
2019-08-11 21:51:20 +02:00
|
|
|
test:
|
|
|
|
include:
|
2019-08-11 22:16:50 +02:00
|
|
|
- .*/test/.*
|
2019-08-11 21:59:56 +02:00
|
|
|
exclude:
|
2019-08-11 22:06:48 +02:00
|
|
|
- /debian/.*
|
|
|
|
- /doc/.*
|
|
|
|
- /examples/.*
|
|
|
|
- /fonts/.*
|
|
|
|
- /icon/.*
|
|
|
|
- /logo/.*
|
|
|
|
- /m4/.*
|
|
|
|
- /scripts/.*
|
|
|
|
- /src/.*
|
|
|
|
- /build.sh
|
|
|
|
- /ltmain.sh
|
2017-10-31 17:27:38 +01:00
|
|
|
|