From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Sat, 22 Apr 2006 15:45:30 +0200 Subject: [U-Boot-Users] remove include/bmp_logo.h Message-ID: <200604221545.30920.matthias.fuchs@esd-electronics.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, is there any special reason why include/bmp_logo.h is a) under version control by git b) not removed by "make clobber" ? The file is automatically regenerated during make. I noticed that "cg-commit" or "git diff" report a difference after each make run on a clean source tree. My suggestion is to remove it from therepository and to add a rm in the clobber rule in the main makefile. Am I missing something? Matthias