12 lines
379 B
YAML
12 lines
379 B
YAML
# files format check exclude path, please follow the instructions below to modify;
|
|
# If you need to exclude an entire folder, add the folder path in dir_path;
|
|
# If you need to exclude a file, add the path to the file in file_path.
|
|
|
|
file_path:
|
|
- bsp/allwinner_tina/libcpu/cpu.c
|
|
|
|
dir_path:
|
|
- tools
|
|
- components/net/lwip-1.4.1
|
|
- components/net/lwip-2.0.2
|
|
- components/net/lwip-2.1.2 |