mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 22:21:05 +00:00
Update .gitignore
ignore out folder for VS2022 builds using CMake
This commit is contained in:
parent
a1308d8aa5
commit
58e6ce5c2d
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -23,4 +23,5 @@ Win32_LIB_ASM_Release
|
||||||
/bin
|
/bin
|
||||||
/build
|
/build
|
||||||
/build/*
|
/build/*
|
||||||
/CMakeUserPresets.json
|
/CMakeUserPresets.json
|
||||||
|
/out
|
Loading…
Reference in a new issue