From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luka Perkov Date: Wed, 21 Nov 2012 21:00:48 +0100 Subject: [U-Boot] [PATCH] .gitignore: ignore generated u-boot.lst In-Reply-To: <1353509497-3899-1-git-send-email-v-stehle@ti.com> References: <1353509497-3899-1-git-send-email-v-stehle@ti.com> Message-ID: <20121121200047-4166@mutt-kz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Vincent, On Wed, Nov 21, 2012 at 03:51:37PM +0100, Vincent Stehl? wrote: > Signed-off-by: Vincent Stehl? > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 1ac43f2..3f728ca 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -55,6 +55,7 @@ > /reloc_off > > /include/generated/ > +/include/u-boot.lst > asm-offsets.s > > # stgit generated dirs You should have also removed "/u-boot.lst": http://lists.denx.de/pipermail/u-boot/2012-November/140360.html Luka