From 64b46751d25151b2cf7deccdf6c78728aaceb3db Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 25 Nov 2008 18:52:17 +0000 Subject: [PATCH] (svn r14627) -Change: update .gitignore and add .hgignore to ignore all generated files. --- .gitignore | 1 + .hgignore | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 .hgignore diff --git a/.gitignore b/.gitignore index 965b40a85b..b40d932889 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ Makefile* bin/* +bundle/* !bin/data/chars.grf !bin/data/openttdd.grf !bin/data/openttdw.grf diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000000..de3910ff91 --- /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