diff options
author | rubidium <rubidium@openttd.org> | 2008-11-25 18:52:17 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-11-25 18:52:17 +0000 |
commit | 4001cff85b8810e5372223a3a9cc73cc4dc22cbe (patch) | |
tree | 7629fd9bd35ac21cd4f62927bb53868e9abaaedc /.hgignore | |
parent | e76927ffbcacab98d5eebd896cef666c60c1f897 (diff) | |
download | openttd-4001cff85b8810e5372223a3a9cc73cc4dc22cbe.tar.xz |
(svn r14627) -Change: update .gitignore and add .hgignore to ignore all generated files.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 000000000..de3910ff9 --- /dev/null +++ b/.hgignore @@ -0,0 +1,11 @@ +bin/lang/* +bin/opentd* +bundle/* +config.cache.* +config.log +config.pwd +Makefile +Makefile.am +media/openttd.desktop* +objs/* +src/rev.cpp |