From fc88f9781a415e163874b503ed61711d4b7be0be Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 21 Jun 2017 16:54:09 -0600 Subject: Update the config to a 'literate programming' style --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..894dbb4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Files and directories generated and managed by Emacs +auto-save-list +.org-id-locations +backups/ +elpa/ +recentf +savehist + +persp-confs/ +projectile-bookmarks.eld + +# Emacs, other packages, etc, modify the init.el so let that be managed locally +init.el \ No newline at end of file -- cgit v1.2.1