From 02af71212ed0aa81074868b82d14af129b2be10e Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Sat, 10 Feb 2024 12:56:48 -0400 Subject: [PATCH] Add Emacs lock and backup files to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 3ca43ae..6377adc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ + +# Emacs +*~ +\#*# +.#* + # ---> Rust # Generated by Cargo # will have compiled files and executables