summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2014-07-08 11:21:48 +0200
committerMartin Polden <martin.polden@gmail.com>2014-07-08 11:21:48 +0200
commit56392a702df42a14d6937e0063e62097a578951e (patch)
tree831268924f1fe7b654f402ce90eaff9bc2b3c291 /.gitignore
parentf429811e458754842522ab653ba86952e0570e45 (diff)
Load init-local.el, if it exists
Can be used for machine-specific local settings, which shouldn't be version controlled.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index abe85fc..fd98ee9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,4 +30,7 @@ tutorial/
/tetris
# backup files
-backups/ \ No newline at end of file
+backups/
+
+# local settings
+/lisp/init-local.el \ No newline at end of file