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 | 64b46751d25151b2cf7deccdf6c78728aaceb3db (patch) | |
tree | 7629fd9bd35ac21cd4f62927bb53868e9abaaedc /.hgignore | |
parent | f31999c03024b19637ce2a76cd232c6ad37f010d (diff) | |
download | openttd-64b46751d25151b2cf7deccdf6c78728aaceb3db.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 |