build: corrected windows build dir, reduced .gitignore

This commit is contained in:
xero-lib 2022-08-03 22:09:36 -05:00 committed by Zangetsu
parent 53d40544f2
commit 24a99a9176
2 changed files with 1 additions and 4 deletions

3
.gitignore vendored
View file

@ -1,6 +1,3 @@
/build-linux/
/build-macos/
/build-windows/
/api.trace
.vs/
/external/boost-build

View file

@ -1,5 +1,5 @@
@echo off
REM Generate project files for your last Visual Studio version you have
call cmake -S . -B build-windows
call cmake -S . -B build
pause