Re: [U-Boot] [PATCH] ignore soc asm-offsets.s

2011-09-29 Thread Mike Frysinger
On Thursday, September 29, 2011 08:40:33 Laurence Withers wrote: > On Mon, Sep 12, 2011 at 12:47:24AM -0400, Mike Frysinger wrote: > > Recent commit a4814a69d3bca6ee05f4bfc4 cleaned up generation of > > asm-offsets.s for SoC dirs, but missed adding it to the ignore > > list which makes it show up i

Re: [U-Boot] [PATCH] ignore soc asm-offsets.s

2011-09-29 Thread Laurence Withers
On Mon, Sep 12, 2011 at 12:47:24AM -0400, Mike Frysinger wrote: > Recent commit a4814a69d3bca6ee05f4bfc4 cleaned up generation of > asm-offsets.s for SoC dirs, but missed adding it to the ignore > list which makes it show up in `git status`. > > Signed-off-by: Mike Frysinger > --- > .gitignore |

Re: [U-Boot] [PATCH] ignore soc asm-offsets.s

2011-09-21 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1315802844-24604-1-git-send-email-vap...@gentoo.org> you wrote: > Recent commit a4814a69d3bca6ee05f4bfc4 cleaned up generation of > asm-offsets.s for SoC dirs, but missed adding it to the ignore > list which makes it show up in `git status`. > > Signed-off-by: Mik

[U-Boot] [PATCH] ignore soc asm-offsets.s

2011-09-11 Thread Mike Frysinger
Recent commit a4814a69d3bca6ee05f4bfc4 cleaned up generation of asm-offsets.s for SoC dirs, but missed adding it to the ignore list which makes it show up in `git status`. Signed-off-by: Mike Frysinger --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitig