mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +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
|
*.orig
|
||||||
*.patch
|
*.patch
|
||||||
|
|
||||||
|
# _clang-format is used, .clang-format is not
|
||||||
|
.clang-format
|
||||||
|
|
||||||
# These CMake files are wanted
|
# These CMake files are wanted
|
||||||
!cmake/**/*.cmake
|
!cmake/**/*.cmake
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user