diff options
author | glx <glx@openttd.org> | 2018-04-12 02:32:09 +0200 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2018-04-14 22:06:28 +0200 |
commit | bd18951db1438912fb89a6b41d6cd540e06ab646 (patch) | |
tree | 69b30d7ebf00ae3fd89b001c1dfd20b53b78f667 | |
parent | aaf7e98c77bf4a229604ac5f20b01b2e7b531a95 (diff) | |
download | openttd-bd18951db1438912fb89a6b41d6cd540e06ab646.tar.xz |
Codechange: a .aps is created by MSVC when opening a .rc, so ignore it
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .hgignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a6be172ba..e30aabe37 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ bin/scripts/* !bin/scripts/*.example !bin/scripts/readme.txt +*.aps bundle/* bundles/* docs/aidocs/* @@ -1,6 +1,7 @@ syntax: glob .svn +*.aps bin/baseset/openttd.32.bmp bin/lang/* bin/openttd* |