Add .clang-format to gitignore

It's provided automatically by ECM and should not be checked in
This commit is contained in:
Nicolas Fella 2022-09-10 23:25:46 +02:00
parent ce14a5629d
commit dcf41545c2

1
.gitignore vendored
View file

@ -32,3 +32,4 @@ CMakeLists.txt.user
.cache .cache
.idea .idea
/cmake-build* /cmake-build*
.clang-format