Add TAGS and *~ to .gitignore
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 24 Feb 2011 05:34:59 +0000 (16:34 +1100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 24 Feb 2011 17:25:38 +0000 (11:25 -0600)
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>
.gitignore

index 26703e12d6107bff8d1c3e8980542ad1dee68484..1d7968062646bcb284e619be5a7dcb3149fbc7d3 100644 (file)
@@ -63,3 +63,5 @@ pc-bios/optionrom/multiboot.raw
 .stgit-*
 cscope.*
 tags
+TAGS
+*~