mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
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:
parent
9bedb6eedb
commit
15be27845d
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user