diff options
| author | Archez <Archez@users.noreply.github.com> | 2025-04-01 17:09:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-01 17:09:44 -0400 |
| commit | e8389e0b2e116bac34cbaea1e1eda0280a77da1a (patch) | |
| tree | 031ca43b4eed7121fd619b4f7b2572ec13f5408d /.gitignore | |
| parent | 17b91ecc2da5e225f0a97f216c7b62154777fe29 (diff) | |
Add clang-format scripts and github runner action (#5270)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ec5401c38..ac767f114 100644 --- a/.gitignore +++ b/.gitignore @@ -452,3 +452,7 @@ _packages soh/src/boot/build.c soh/properties.h + +# Tools +/clang-format +/clang-format.exe |
