diff options
author | michi_cc <michi_cc@openttd.org> | 2010-06-28 18:14:22 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2010-06-28 18:14:22 +0000 |
commit | 4e8751d4c3c8529a2c9851273142bc481c2890ab (patch) | |
tree | b636c425cd4cd35b9125fc00dc52e79ed4be1254 /.gitignore | |
parent | 22357624ff1c59c8e434d79f461fd8c85fcecc0c (diff) | |
download | openttd-4e8751d4c3c8529a2c9851273142bc481c2890ab.tar.xz |
(svn r20031) -Fix: git and hg didn't ignore the generated windows RC file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b40d93288..84eee03c3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ bundle/* config.* objs/* src/rev.cpp +src/os/windows/ottdres.rc |