Remove build directory and update .gitignore
This commit is contained in:
+6
-13
@@ -1,14 +1,7 @@
|
||||
.cache/
|
||||
.vs/
|
||||
.vscode/
|
||||
/[Bb]uild
|
||||
|
||||
# ignore dir
|
||||
#build/
|
||||
build/*.txt
|
||||
build/Makefile
|
||||
build/*.cmake
|
||||
build/CMakeFiles
|
||||
build/sdk_core
|
||||
build/sample
|
||||
|
||||
#whitelist
|
||||
!build/notes.txt
|
||||
|
||||
|
||||
compile_commands.json
|
||||
CMakeUserPresets.json
|
||||
|
||||
@@ -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