From 40080c47a95a7c7ce9b76c980eccf03288faff96 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 17 Jan 2017 00:20:48 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 3e1f5c8f7..8e786a013 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,10 @@ -.cask/ -ext/* -!ext/*.sh -!ext/*.md -!ext/VARS eshell/ -private/cache -private/snippets var/ -core/autoloads.el +private/ +scripts/*/ +modules/autoloads.el + +# emacs tempfiles that shouldn't be there .mc-lists.el .org-id-locations auto-save-list @@ -24,5 +21,6 @@ debug.el *.dat *.eld +# transient files *.cache-* *.log