diff options
author | michi_cc <michi_cc@openttd.org> | 2010-06-28 19:38:27 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2010-06-28 19:38:27 +0000 |
commit | 642b463dfd86723c4484ba45e7732ef4c4e7494a (patch) | |
tree | f90d751e5c02ba72ca9eeb9d05e0ffba1dfb1621 /.hgignore | |
parent | f48e56423be92b83cb2af0586f0c8ada6b463cba (diff) | |
download | openttd-642b463dfd86723c4484ba45e7732ef4c4e7494a.tar.xz |
(svn r20033) -Fix: gitignore and hgignore had more missing/wrong entries.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,12 +1,25 @@ +syntax: glob + bin/lang/* -bin/opentd* +bin/openttd* +bin/*.cfg bundle/* +bundles/* config.cache.* config.log config.pwd +docs/aidocs/* +docs/source/* Makefile Makefile.am -media/openttd.desktop* +media/openttd.desktop +media/openttd.desktop.install objs/* +projects/*.ncb +projects/*.suo +projects/*.sdf +projects/*.opensdf +projects/*.vcproj.*.user +projects/*.vcxproj.user src/rev.cpp src/os/windows/ottdres.rc |