aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorjason2017-06-21 16:54:09 -0600
committerjason2017-06-21 16:54:09 -0600
commitfc88f9781a415e163874b503ed61711d4b7be0be (patch)
tree9b39854e584dc368162545748880a10ca0cb4602 /.gitignore
parent6a045908c60c5fabe654803cf162029725a3726e (diff)
downloaddotemacs-fc88f9781a415e163874b503ed61711d4b7be0be.tar.gz
dotemacs-fc88f9781a415e163874b503ed61711d4b7be0be.zip
Update the config to a 'literate programming' style
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..894dbb4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
1# Files and directories generated and managed by Emacs
2auto-save-list
3.org-id-locations
4backups/
5elpa/
6recentf
7savehist
8
9persp-confs/
10projectile-bookmarks.eld
11
12# Emacs, other packages, etc, modify the init.el so let that be managed locally
13init.el \ No newline at end of file