From: Viresh Kumar Date: Tue, 20 Jul 2021 23:26:35 +0000 (+0100) Subject: gitignore: Update with some filetypes X-Git-Tag: v6.1.0-rc1~8^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e52aafbac1d9f4eaa465ab4ec5d4327f2430832;p=thirdparty%2Fqemu.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 75a4be07240..eb2553026c5 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ GTAGS *~ *.ast_raw *.depend_raw +*.swp +*.patch