From e47f2dc1871d736f4125c245afd86a01f0123528 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 14 Jul 2016 13:17:50 -0700 Subject: [PATCH] Cleanup global gitignore --- dotfiles/gitignore | 53 +++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/dotfiles/gitignore b/dotfiles/gitignore index 2ca60ddb..870d0e3e 100644 --- a/dotfiles/gitignore +++ b/dotfiles/gitignore @@ -1,5 +1,28 @@ -# Compiled Python files +# emacs +.emacs.desktop +.emacs* +projectile.cache +projectile-bookmarks.eld +.dir-locals.el + +# Python *.pyc +.ropeproject/ +dotfiles/pip/cache + +# Clojure +.cljs_rhino_repl + +# CTags +TAGS + +# Vim +*.sw* +*.tmp* + +# JavaScript +.tern-project +.tern-port # Folder view configuration files .DS_Store @@ -9,30 +32,6 @@ Desktop.ini ._* Thumbs.db -# Files that might appear on external disks +# OSX .Spotlight-V100 -.Trashes - -.emacs.desktop - -.emacs* - -# yelp -TAGS -.ropeproject/ - -*.sw* -*.tmp* -projectile.cache -projectile-bookmarks.eld -dotfiles/pip/cache - -.tern-project -.tern-port - -dotfiles/config/configstore/ -dotfiles/config/browser-launcher2/ -dotfiles/pip/pip.log -.dir-locals.el -testing.restclient -*.log \ No newline at end of file +.Trashes \ No newline at end of file