From 2bdf89682370250cfcb3c1d7fb15c7c022ed6734 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Wed, 19 Jan 2022 10:56:53 +0200 Subject: Add /.clang-format to .gitignore Should stop kdesrc-build saying: "You had local changes to extra-cmake-modules, which have been re-applied." GIT_SILENT --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 84a05e2e..a6a2189f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ CMakeLists.txt.user* __pycache__ .cmake/ /compile_commands.json +/.clang-format -- cgit v1.2.1