From 540c7450697fcf8ef61c8d2511019740af2058a1 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Sat, 9 Jan 2016 16:44:00 -0500 Subject: [PATCH] Exclude Emacs cruft. --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.gitignore b/.gitignore index ee4ba40..19dea2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,39 @@ node_modules/ tests/sandbox/ docs/ +local/ npm-debug.log + +# Emacs detritus +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/