Remove build directory and update .gitignore

This commit is contained in:
Patrick Kappl
2024-01-11 13:11:50 +01:00
parent 2c3eb871bc
commit 9ea7ca67de
2 changed files with 6 additions and 19 deletions
+6 -13
View File
@@ -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
-6
View File
@@ -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.