diff --git a/.gitignore b/.gitignore index 568ea10..30902a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # GitHub official CMake gitignore template # https://github.com/github/gitignore/blob/main/CMake.gitignore +build +.vscode + CMakeLists.txt.user CMakeCache.txt CMakeFiles @@ -11,8 +14,4 @@ cmake_install.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake -_deps - -# Kiseki -build -.vscode \ No newline at end of file +_deps \ No newline at end of file