nit(gitignore): move kiseki stuff to front
This commit is contained in:
parent
d0ac745f18
commit
de70641e9b
|
|
@ -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
|
||||
|
|
@ -12,7 +15,3 @@ install_manifest.txt
|
|||
compile_commands.json
|
||||
CTestTestfile.cmake
|
||||
_deps
|
||||
|
||||
# Kiseki
|
||||
build
|
||||
.vscode
|
||||
Loading…
Reference in New Issue