From f79cd8a1646529d03ee35739cd94cd941fc9fc42 Mon Sep 17 00:00:00 2001 From: Oliver Heidmann <oliver.heidmann@mpimet.mpg.de> Date: Thu, 6 Feb 2025 09:07:31 +0100 Subject: [PATCH] added cmake files to gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index dceaeaa1c..f7cf6f582 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,16 @@ libtool *.dSYM .DS_Store +# Cmake +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps +CMakeUserPresets.json -- GitLab