Re: [Qemu-devel] [PATCH] Add linux-headers/asm to .gitignore

2011-10-30 Thread Blue Swirl
Thanks, applied. On Thu, Oct 20, 2011 at 00:41, David Gibson wrote: > linux-headers/asm is a symlink generated during configure.  It should not, > therefore be committed to git, nor show up in git diffs and the like. > > Signed-off-by: David Gibson > --- >  .gitignore |    1 + >  1 files changed

Re: [Qemu-devel] [PATCH] Add linux-headers/asm to .gitignore

2011-10-19 Thread Juan Quintela
David Gibson wrote: > linux-headers/asm is a symlink generated during configure. It should not, > therefore be committed to git, nor show up in git diffs and the like. > > Signed-off-by: David Gibson Reviewed-by: Juan Quintela

[Qemu-devel] [PATCH] Add linux-headers/asm to .gitignore

2011-10-19 Thread David Gibson
linux-headers/asm is a symlink generated during configure. It should not, therefore be committed to git, nor show up in git diffs and the like. Signed-off-by: David Gibson --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 59c34