From ab84121d626a8ffaf8feb2573e7f2fc36b20bfa9 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Thu, 3 Jun 2021 21:35:20 +0100 Subject: [PATCH] gitignore: Add a couple of extra temporary file types to the ignore list Signed-off-by: Daniel Thompson --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5f31c56..825a259 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *.hex +*.patch +*.steps *.zip .*.swp __pycache__