diff -r 000000000000 -r 53ef7728edcf .gitignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.gitignore Fri Nov 06 14:50:29 2009 +0200 @@ -0,0 +1,25 @@ +# 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