From 62e313c2db46e60c9fb2d8abb3eac5878fa6838d Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Tue, 16 May 2023 11:42:14 -0400 Subject: [PATCH] Ignore temporary backup files (*~) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7be0692..7df2008 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ +# Temporary backup files from Textual Paint and other editors +*~ + ############# ## OS detritus #############