From: Viresh Kumar Date: Tue, 20 Jul 2021 23:26:35 +0000 (+0100) Subject: gitignore: Update with some filetypes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6e52aafbac1d9f4eaa465ab4ec5d4327f2430832;p=qemu.git gitignore: Update with some filetypes Update .gitignore to ignore .swp and .patch files. Signed-off-by: Viresh Kumar Signed-off-by: Alex Bennée Reviewed-by: Alex Bennée Message-Id: <79262dbe1f7888eb02e1911501eebafa6f2f6400.1616583806.git.viresh.kumar@linaro.org> Message-Id: <20210720232703.10650-2-alex.bennee@linaro.org> --- diff --git a/.gitignore b/.gitignore index 75a4be0724..eb2553026c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ GTAGS *~ *.ast_raw *.depend_raw +*.swp +*.patch