2018-10-18 02:54:45 +08:00
|
|
|
path_classifiers:
|
|
|
|
generated:
|
2019-01-25 11:22:01 +08:00
|
|
|
- exclude: "src/*" # don't tag oatpp sources as generated
|
2018-10-18 02:54:45 +08:00
|
|
|
library:
|
2019-01-25 11:22:01 +08:00
|
|
|
- exclude: "src/*" # don't tag oatpp sources as library
|
2018-10-18 02:54:45 +08:00
|
|
|
template:
|
2019-01-25 11:22:01 +08:00
|
|
|
- exclude: "src/*" # don't tag oatpp sources as template
|
2018-10-18 02:54:45 +08:00
|
|
|
test:
|
2019-01-25 11:22:01 +08:00
|
|
|
- exclude: "src/*" # don't tag oatpp sources as test
|
|
|
|
- test # tag test folder only as test
|
2018-10-18 02:54:45 +08:00
|
|
|
docs:
|
|
|
|
- README.md
|
|
|
|
- LICENSE.txt
|
|
|
|
extraction:
|
|
|
|
cpp:
|
2019-01-25 11:22:01 +08:00
|
|
|
|