Update .gitignore to ignore .swp and .patch files. Signed-off-by: Viresh Kumar <viresh.ku...@linaro.org> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore index 75a4be07240f..eb2553026c5e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ GTAGS *~ *.ast_raw *.depend_raw +*.swp +*.patch -- 2.25.0.rc1.19.g042ed3e048af