diff options
author | frosch <github@elsenhans.name> | 2019-03-03 20:51:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-03 20:51:57 +0100 |
commit | a67ee025294278f9113a1c8bcb5ee91d9e174f69 (patch) | |
tree | 7309d2ebe35dc37363e9d7e996849bdba56a6214 /.gitignore | |
parent | eb46a89855c01a4898f5a9760969f2d9a7b3137d (diff) | |
download | openttd-a67ee025294278f9113a1c8bcb5ee91d9e174f69.tar.xz |
Change: Heading for 1.10 now (#7319)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e30aabe37..3e74133df 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ bin/baseset/* !bin/baseset/no_sound.obs !bin/baseset/no_music.obm !bin/baseset/orig_*.obm +!bin/game +bin/game/* +!bin/game/compat*.nut !bin/scripts bin/scripts/* !bin/scripts/*.example |