From 99e2beddcc61f4ee3dd40ec09421e64bdccde7f6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 22 Sep 2016 21:40:53 -0700 Subject: [PATCH] [Emacs] Ignore Org Src temp files everywhere --- dotfiles/gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/gitignore b/dotfiles/gitignore index 6fb59583..dbc04561 100644 --- a/dotfiles/gitignore +++ b/dotfiles/gitignore @@ -4,6 +4,8 @@ projectile.cache projectile-bookmarks.eld .dir-locals.el +# Org produces folders with temp files when editing source blocks. +*Org Src* # Python *.pyc @@ -38,4 +40,4 @@ Thumbs.db # OSX .Spotlight-V100 -.Trashes \ No newline at end of file +.Trashes