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