From d9b7647f5bc16973d48efada987669c52e7c7221 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 8 Aug 2019 15:25:07 -0500 Subject: [PATCH] Meta: Add .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e5e85fc --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.elc +.#* +/scratch.el +.cask