Skip to content

Commit 6a9a1df

Browse files
authored
[components]:utilize the clang-format-ignore mechanism (#10860)
1 parent 0017ad1 commit 6a9a1df

File tree

9 files changed

+27
-42
lines changed

9 files changed

+27
-42
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# .clang-format-ignore File Description:
2+
# ----------------------------------------------------------------------------------------
3+
# 1. Used to specify which files or directories should be skipped by the clang-format tool.
4+
# 2. Follows syntax rules similar to .gitignore.
5+
# 3. Supports wildcard patterns and path matching.
6+
# 4. clang-format will recursively apply the .clang-format-ignore rules.
7+
8+
9+
/**/elmfat/

components/dfs/dfs_v1/filesystems/.ignore_format.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

components/dfs/dfs_v1/filesystems/elmfat/.ignore_format.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

components/dfs/dfs_v2/filesystems/.ignore_format.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

components/dfs/dfs_v2/filesystems/elmfat/.ignore_format.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# .clang-format-ignore File Description:
2+
# ----------------------------------------------------------------------------------------
3+
# 1. Used to specify which files or directories should be skipped by the clang-format tool.
4+
# 2. Follows syntax rules similar to .gitignore.
5+
# 3. Supports wildcard patterns and path matching.
6+
# 4. clang-format will recursively apply the .clang-format-ignore rules.
7+
8+
/cherryusb/

components/drivers/usb/.ignore_format.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# .clang-format-ignore File Description:
2+
# ----------------------------------------------------------------------------------------
3+
# 1. Used to specify which files or directories should be skipped by the clang-format tool.
4+
# 2. Follows syntax rules similar to .gitignore.
5+
# 3. Supports wildcard patterns and path matching.
6+
# 4. clang-format will recursively apply the .clang-format-ignore rules.
7+
8+
/lwip-1.4.1/
9+
/lwip-2.0.3/
10+
/lwip-2.1.2/

components/net/lwip/.ignore_format.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)