Clang-format: ignore .clang-format

The _clang-format file is correct - avoid accidentally adding
a .clang-format file as well (the two files do the same thing).
This commit is contained in:
John Beard 2025-05-18 22:21:09 +08:00
parent 9bedb6eedb
commit 15be27845d

3
.gitignore vendored
View File

@ -89,6 +89,9 @@ pcbnew/Info.plist
*.orig
*.patch
# _clang-format is used, .clang-format is not
.clang-format
# These CMake files are wanted
!cmake/**/*.cmake