From dcf41545c267f8a670cbd2237146527d0e48de74 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sat, 10 Sep 2022 23:25:46 +0200 Subject: [PATCH] Add .clang-format to gitignore It's provided automatically by ECM and should not be checked in --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 408953a3d..7cd4b14bd 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ CMakeLists.txt.user .cache .idea /cmake-build* +.clang-format