소스 검색

add the ignore

supperthomas 4 년 전
부모
커밋
6e4818ff63
2개의 변경된 파일11개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .ignore_format.yml
  2. 10 0
      bsp/nrf51822/.ignore_format.yml

+ 1 - 2
.ignore_format.yml

@@ -6,5 +6,4 @@ file_path:
 - bsp/allwinner_tina/libcpu/cpu.c
 
 dir_path:
-- tools
-- bsp/nrf51822
+- tools

+ 10 - 0
bsp/nrf51822/.ignore_format.yml

@@ -0,0 +1,10 @@
+# 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:
+
+dir_path:
+- Libraries
+- applications
+- drivers