From de70641e9b664d052d5c8072fabe93d3b509b37b Mon Sep 17 00:00:00 2001 From: rjindael Date: Mon, 31 Jul 2023 05:48:06 -0700 Subject: [PATCH] nit(gitignore): move kiseki stuff to front --- .gitignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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