From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 12 Apr 2012 14:00:58 +0200 Subject: [U-Boot] [PATCH 3/8] Build: Ignore build tree and IDE control file In-Reply-To: <4F86BB75.7050000@exertus.fi> References: <1334223234-23383-1-git-send-email-timo@exertus.fi> <1334223234-23383-4-git-send-email-timo@exertus.fi> <4F86B8CE.2010506@denx.de> <4F86BB75.7050000@exertus.fi> Message-ID: <4F86C3FA.6080307@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/04/2012 13:24, Timo Ketola wrote: > On 12.04.2012 14:13, Stefano Babic wrote: >>> +/u-boot.geany >> >> What is this ? I do not find any occurency in u-boot tree. > > It is my IDE control file. I didn't want to publish this patch at all > but I have still a lot of learning about git. Ah, ok, do not worry. I wondered what it could be. Can be helpful for you to define your global .gitignore file for your own setup ? You could add a ~/.gitignore with: /build-* /uboot.gean and then in u-boot tree you can issue the command: $ git config --global core.excludesfile ~/.gitignore Then all files defined in your global setting are excluded. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================