1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

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

2
.gitignore vendored
View File

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