diff options
author | Leon Kang <2090093273@qq.com> | 2024-10-01 18:07:48 -0700 |
---|---|---|
committer | Leon Kang <2090093273@qq.com> | 2024-10-01 18:21:41 -0700 |
commit | c1ceb18d1c6d8af1266fc9cb9233e2328dd4d723 (patch) | |
tree | 5b94aacba271818dce73971a3f7564262e002976 | |
parent | e5eed5bdfa01cf549436c6001eaf334d266acc40 (diff) | |
download | iris-c1ceb18d1c6d8af1266fc9cb9233e2328dd4d723.tar.gz iris-c1ceb18d1c6d8af1266fc9cb9233e2328dd4d723.zip |
update .gitignore
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -37,8 +37,13 @@ # VSCode settings .vscode/ +# Clion settings +.idea/ + # CMake build directory build/ +cmake-build-debug/ +cmake-build-release/ # clangd config .clangd
\ No newline at end of file |