mirror of https://github.com/OpenTTD/OpenTTD
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.pull/8382/head
parent
93ef759a25
commit
d6c54e7eef
|
@ -1,5 +1,5 @@
|
||||||
/.vs
|
/.vs
|
||||||
/build
|
/build*
|
||||||
CMakeSettings.json
|
CMakeSettings.json
|
||||||
docs/aidocs/*
|
docs/aidocs/*
|
||||||
docs/gamedocs/*
|
docs/gamedocs/*
|
||||||
|
|
Loading…
Reference in New Issue