From: Dmitry Eremin-Solenikov Date: Mon, 31 Jan 2011 15:20:40 +0000 (+0300) Subject: .gitignore: ignore vi swap files and ctags files X-Git-Tag: v0.15.0-rc0~940 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a719c7ce55549dc226f3a4d465d3a5ed99fd8ac;p=thirdparty%2Fqemu.git .gitignore: ignore vi swap files and ctags files Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Andrzej Zaborowski --- diff --git a/.gitignore b/.gitignore index 3efb4ecc137..26703e12d61 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,8 @@ QMP/qmp-commands.txt *.vr *.d *.o +*.swp +*.orig .pc patches pc-bios/bios-pq/status @@ -60,3 +62,4 @@ pc-bios/optionrom/multiboot.bin pc-bios/optionrom/multiboot.raw .stgit-* cscope.* +tags