# HG changeset patch # User rubidium # Date 1227639137 0 # Node ID c293826150f82f745afb0ab67d6a6d0010820a9e # Parent 1a4ac6ad96a9df87d0f6308965f056231aba0688 (svn r14627) -Change: update .gitignore and add .hgignore to ignore all generated files. diff --git a/.gitignore b/.gitignore --- 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 --- /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