From 6b5da01aa2504751de586477df4411159bd36085 Mon Sep 17 00:00:00 2001 From: jyelon Date: Tue, 7 Dec 2021 13:41:42 -0500 Subject: [PATCH] Ignore emacs backup files --- luprex/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/luprex/.gitignore b/luprex/.gitignore index 3ed53228..a4b4e858 100644 --- a/luprex/.gitignore +++ b/luprex/.gitignore @@ -1,3 +1,5 @@ +*~ +\#*# *.obj *.o *.dll