# HG changeset patch # User Mikael Berthe # Date 1289510473 -3600 # Node ID d8550798bb1deb724c71899f1076a5285314c584 # Parent 6ec78c5af989ae63522ec5c262efa5d7bbe37f43 Add .hgignore file diff -r 6ec78c5af989 -r d8550798bb1d .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Thu Nov 11 22:21:13 2010 +0100 @@ -0,0 +1,27 @@ +syntax: glob + +# ignore generated by libtool files (no more necessary) +*.a +*.o +*.lo +*.la +*.so +*.lai +*.so.* +# ignore backup files +*~ +# ignore docs: they are not important and apiref is generated on the fly +*.html +# ignore generated makefile +Makefile +# ignore cmake files +*.cmake +CMake* +CPack* +# ignore generated header +config.h +# ignore resulting bundles +*.deb +*.tar.bz2 +# ignore build dir +build