diff options
author | Ahmad Samir <a.samirh78@gmail.com> | 2022-01-19 10:56:53 +0200 |
---|---|---|
committer | Ahmad Samir <a.samirh78@gmail.com> | 2022-01-19 10:56:53 +0200 |
commit | 2bdf89682370250cfcb3c1d7fb15c7c022ed6734 (patch) | |
tree | 1663440668cf26ea863d7a7b5401e1d49febb474 | |
parent | 6fefacf8c4efe8b35aa543514892cbf38cf7b4d9 (diff) | |
download | extra-cmake-modules-2bdf89682370250cfcb3c1d7fb15c7c022ed6734.tar.gz extra-cmake-modules-2bdf89682370250cfcb3c1d7fb15c7c022ed6734.tar.bz2 |
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
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,3 +24,4 @@ CMakeLists.txt.user* __pycache__ .cmake/ /compile_commands.json +/.clang-format |