Remove spdlog #228
+6
-13
@@ -1,14 +1,7 @@
|
|||||||
|
.cache/
|
||||||
|
.vs/
|
||||||
|
.vscode/
|
||||||
|
/[Bb]uild
|
||||||
|
|
||||||
# ignore dir
|
compile_commands.json
|
||||||
#build/
|
CMakeUserPresets.json
|
||||||
build/*.txt
|
|
||||||
build/Makefile
|
|
||||||
build/*.cmake
|
|
||||||
build/CMakeFiles
|
|
||||||
build/sdk_core
|
|
||||||
build/sample
|
|
||||||
|
|
||||||
#whitelist
|
|
||||||
!build/notes.txt
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
// 2019/01/07
|
|
||||||
The purpose of adding this file is to commit the build folder to git.
|
|
||||||
|
|
||||||
// Must build the project in this folder,for example:
|
|
||||||
cmake .. // generate makefile,in the project root directory.
|
|
||||||
make // build the project.
|
|
||||||
Reference in New Issue
Block a user