From 61a11c98b77bb27dda7b2fb7004371bf0437ae5d Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 24 Feb 2011 16:34:59 +1100 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') 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 +*~ -- cgit v1.2.1