diff mbox

Add linux-headers/asm to .gitignore

Message ID 1319071261-30128-1-git-send-email-david@gibson.dropbear.id.au
State New
Headers show

Commit Message

David Gibson Oct. 20, 2011, 12:41 a.m. UTC
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(-)

Comments

Juan Quintela Oct. 20, 2011, 12:59 a.m. UTC | #1
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>
Blue Swirl Oct. 30, 2011, 11 a.m. UTC | #2
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
>
>
>
diff mbox

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