summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2011-10-20 11:41:01 +1100
committerBlue Swirl <blauwirbel@gmail.com>2011-10-30 09:03:55 +0000
commitd787fcf45f193d3f439ee431f82b7a075c9f5784 (patch)
tree2cd82e86d238df0c8b8d055c88ce8c44356981ab /.gitignore
parentb5a12aa204f842c8010ac9d2e4b115114dbf09f0 (diff)
downloadhqemu-d787fcf45f193d3f439ee431f82b7a075c9f5784.zip
hqemu-d787fcf45f193d3f439ee431f82b7a075c9f5784.tar.gz
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--.gitignore1
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
OpenPOWER on IntegriCloud