diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2011-10-20 11:41:01 +1100 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-30 09:03:55 +0000 |
commit | d787fcf45f193d3f439ee431f82b7a075c9f5784 (patch) | |
tree | 2cd82e86d238df0c8b8d055c88ce8c44356981ab /.gitignore | |
parent | b5a12aa204f842c8010ac9d2e4b115114dbf09f0 (diff) |
Add linux-headers/asm to .gitignore
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>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 59c343c414..6d2acab09a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ libdis* libhw32 libhw64 libuser +linux-headers/asm qapi-generated qemu-doc.html qemu-tech.html |