diff options
author | David Gibson | 2011-02-24 06:34:59 +0100 |
---|---|---|
committer | Anthony Liguori | 2011-02-24 18:25:38 +0100 |
commit | 61a11c98b77bb27dda7b2fb7004371bf0437ae5d (patch) | |
tree | 85306564dc55fdc5fed2b27df20fd07a654087dd /.gitignore | |
parent | target-arm: fix support for VRSQRTE. (diff) | |
download | qemu-61a11c98b77bb27dda7b2fb7004371bf0437ae5d.tar.gz qemu-61a11c98b77bb27dda7b2fb7004371bf0437ae5d.tar.xz qemu-61a11c98b77bb27dda7b2fb7004371bf0437ae5d.zip |
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-- | .gitignore | 2 |
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 +*~ |