aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2017-06-22 15:57:14 -0600
committerjason2017-06-22 15:57:14 -0600
commitf7490d4bd130a8519b06af89f75020296c188a35 (patch)
tree2c6d2f29919a322da82f7fcb0112ae36ad50536b
parent24bb8323fab61e008186fe6a138bd66b32997cc4 (diff)
downloaddotemacs-f7490d4bd130a8519b06af89f75020296c188a35.tar.gz
dotemacs-f7490d4bd130a8519b06af89f75020296c188a35.zip
Add config.el to gitignore
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 894dbb4..06ccfcd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,4 +10,7 @@ persp-confs/
10projectile-bookmarks.eld 10projectile-bookmarks.eld
11 11
12# Emacs, other packages, etc, modify the init.el so let that be managed locally 12# Emacs, other packages, etc, modify the init.el so let that be managed locally
13init.el \ No newline at end of file 13init.el
14
15# This is generated from config.org
16config.el \ No newline at end of file