summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2011-02-24 16:34:59 +1100
committerAnthony Liguori <aliguori@us.ibm.com>2011-02-24 11:25:38 -0600
commit61a11c98b77bb27dda7b2fb7004371bf0437ae5d (patch)
tree85306564dc55fdc5fed2b27df20fd07a654087dd /.gitignore
parente07be5d2aeecc64b3d245cd20b9ccbeeedc9d1dd (diff)
downloadqemu-61a11c98b77bb27dda7b2fb7004371bf0437ae5d.tar.gz
Add TAGS and *~ to .gitignore
Add the etags output generated by "make TAGS" and editor backup files to .gitignore. This patch has previously appeared in my series of patches to add pSeries emulation support. However, it obviously has no real connection to that, and can be applied seperately. Please apply. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 26703e12d6..1d79680626 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,5 @@ pc-bios/optionrom/multiboot.raw
.stgit-*
cscope.*
tags
+TAGS
+*~