From 2f7193a32068ac68b86c45275e240df15c63ffd3 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Sun, 9 Apr 2017 14:54:38 -0400 Subject: Ignore compiled and packaging files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index e43b0f9..602f998 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ +# Compiled +*.elc + +# Packaging +.cask + +# Other .DS_Store -- cgit v1.2.3