From 4d63057d52794665ba54a03ec18c2397e0de5aad Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Tue, 28 Feb 2023 15:59:26 -0700 Subject: [PATCH] Tweaked the gitignore to include more emacs editing clutter --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0bd9293..c5f0f1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # emacs buffers and backup files **/*~ -**/*# +**/#*# +**/.#* # target and buildfiles tacc-*.tar