From 79e695085a09342a454b2b6282aa7372609a198b Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Sat, 23 Dec 2023 12:34:27 -0500 Subject: [PATCH] Add gitignore for compiled files --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c531d98 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.elc