Fix: [Git] ignore any build folder you might have

Instructions now suggest using build-host, etc. It is easier to
just ignore all build* folders.
This commit is contained in:
Patric Stout 2020-12-14 11:58:34 +01:00 committed by Patric Stout
parent 93ef759a25
commit d6c54e7eef
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
/.vs
/build
/build*
CMakeSettings.json
docs/aidocs/*
docs/gamedocs/*