From: David Gibson Date: Thu, 24 Feb 2011 05:34:59 +0000 (+1100) Subject: Add TAGS and *~ to .gitignore X-Git-Tag: v0.15.0-rc0~826 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61a11c98b77bb27dda7b2fb7004371bf0437ae5d;p=thirdparty%2Fqemu.git 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 Signed-off-by: Anthony Liguori --- diff --git a/.gitignore b/.gitignore index 26703e12d61..1d796806264 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,5 @@ pc-bios/optionrom/multiboot.raw .stgit-* cscope.* tags +TAGS +*~