David Gibson <da...@gibson.dropbear.id.au> 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 <da...@gibson.dropbear.id.au>
Reviewed-by: Juan Quintela <quint...@redhat.com> O:-) > --- > .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