qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Add TAGS and *~ to .gitignore


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Add TAGS and *~ to .gitignore
Date: Thu, 24 Feb 2011 12:10:42 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Lightning/1.0b1 Thunderbird/3.0.10

On 02/23/2011 11:34 PM, David Gibson wrote:
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<address@hidden>

Applied.  Thanks.

Regards,

Anthony Liguori

---
  .gitignore |    2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 26703e1..1d79680 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,5 @@ pc-bios/optionrom/multiboot.raw
  .stgit-*
  cscope.*
  tags
+TAGS
+*~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]