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
|
# GitHub official CMake gitignore template
|
||||||
# https://github.com/github/gitignore/blob/main/CMake.gitignore
|
# https://github.com/github/gitignore/blob/main/CMake.gitignore
|
||||||
|
|
||||||
|
build
|
||||||
|
.vscode
|
||||||
|
|
||||||
CMakeLists.txt.user
|
CMakeLists.txt.user
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
|
|
@ -12,7 +15,3 @@ install_manifest.txt
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
_deps
|
_deps
|
||||||
|
|
||||||
# Kiseki
|
|
||||||
build
|
|
||||||
.vscode
|
|
||||||
Loading…
Reference in New Issue