From dc534c3a4432a139ce7c6b5005132c6484d77311 Mon Sep 17 00:00:00 2001 From: Weiqi <weltch1997@gmail.com> Date: Fri, 24 Feb 2023 19:14:26 -0500 Subject: [PATCH] update ignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 46f42f8..d843d01 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Github cmake ignores. CMakeLists.txt.user CMakeCache.txt CMakeFiles @@ -9,3 +10,10 @@ install_manifest.txt compile_commands.json CTestTestfile.cmake _deps + +# CLion ignores. +.idea +# CMake +cmake-build-*/ +# File-based project format +*.iws \ No newline at end of file -- GitLab