diff options
author | Patric Stout <truebrain@openttd.org> | 2020-12-14 11:58:34 +0100 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2020-12-15 15:46:39 +0100 |
commit | d6c54e7eef5e271c2bbd69e2f052fe14be1c236b (patch) | |
tree | eee8828499238a42d2a2ad33fff7f654d2e9a111 /.gitignore | |
parent | 93ef759a257a1aebf98b9a54fc6698b4732b05f7 (diff) | |
download | openttd-d6c54e7eef5e271c2bbd69e2f052fe14be1c236b.tar.xz |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1e68f5707..4eed0f0e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ /.vs -/build +/build* CMakeSettings.json docs/aidocs/* docs/gamedocs/* |