From d967dfe405e8ece936d49d7e9fc7d192822d969a Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Thu, 17 Oct 2024 19:43:38 -0300 Subject: [PATCH] Add *~ to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3ca43ae..b5be297 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +# Backup files +*~ \ No newline at end of file