| Submitter | David Gibson |
|---|---|
| Date | Oct. 20, 2011, 12:41 a.m. |
| Message ID | <1319071261-30128-1-git-send-email-david@gibson.dropbear.id.au> |
| Download | mbox | patch |
| Permalink | /patch/120717/ |
| State | New |
| Headers | show |
Comments
David Gibson <david@gibson.dropbear.id.au> 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 <david@gibson.dropbear.id.au> Reviewed-by: Juan Quintela <quintela@redhat.com>
Thanks, applied. On Thu, Oct 20, 2011 at 00:41, David Gibson <david@gibson.dropbear.id.au> 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 <david@gibson.dropbear.id.au> > --- > .gitignore | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index 59c343c..6d2acab 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -15,6 +15,7 @@ libdis* > libhw32 > libhw64 > libuser > +linux-headers/asm > qapi-generated > qemu-doc.html > qemu-tech.html > -- > 1.7.6.3 > > >
Patch
diff --git a/.gitignore b/.gitignore index 59c343c..6d2acab 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ libdis* libhw32 libhw64 libuser +linux-headers/asm qapi-generated qemu-doc.html qemu-tech.html
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 <david@gibson.dropbear.id.au> --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)