add build/ to .gitignore

This commit is contained in:
Fernando Raviola 2022-05-07 02:44:14 -03:00
parent 71121df896
commit f4c1bba61d

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.vs .vs
.vscode .vscode
out out
CMakeSettings.json CMakeSettings.json
build/*