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