Cleanup global gitignore
This commit is contained in:
parent
1018769f7c
commit
e47f2dc187
@ -1,5 +1,28 @@
|
|||||||
# Compiled Python files
|
# emacs
|
||||||
|
.emacs.desktop
|
||||||
|
.emacs*
|
||||||
|
projectile.cache
|
||||||
|
projectile-bookmarks.eld
|
||||||
|
.dir-locals.el
|
||||||
|
|
||||||
|
# Python
|
||||||
*.pyc
|
*.pyc
|
||||||
|
.ropeproject/
|
||||||
|
dotfiles/pip/cache
|
||||||
|
|
||||||
|
# Clojure
|
||||||
|
.cljs_rhino_repl
|
||||||
|
|
||||||
|
# CTags
|
||||||
|
TAGS
|
||||||
|
|
||||||
|
# Vim
|
||||||
|
*.sw*
|
||||||
|
*.tmp*
|
||||||
|
|
||||||
|
# JavaScript
|
||||||
|
.tern-project
|
||||||
|
.tern-port
|
||||||
|
|
||||||
# Folder view configuration files
|
# Folder view configuration files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@ -9,30 +32,6 @@ Desktop.ini
|
|||||||
._*
|
._*
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
# Files that might appear on external disks
|
# OSX
|
||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
.Trashes
|
.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
|
|
Loading…
Reference in New Issue
Block a user