qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 01/28] Add TAGS and *~ to .gitignore


From: qemu
Subject: [Qemu-devel] [PATCH 01/28] Add TAGS and *~ to .gitignore
Date: Tue, 15 Feb 2011 15:56:12 +1100

From: David Gibson <address@hidden>

Add the etags generated output file and editor backup files to
.gitignore.

Signed-off-by: David Gibson <address@hidden>
---
 .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
+*~
-- 
1.7.1




reply via email to

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