dotfiles/dotfiles/gitignore

47 lines
517 B
Plaintext

# emacs
.emacs.desktop
.emacs*
projectile.cache
projectile-bookmarks.eld
.dir-locals.el
# Org produces folders with temp files when editing source blocks.
*Org Src*
# Python
*.pyc
.ropeproject/
# Clojure
.cljs_rhino_repl
.nrepl-port
target
.lein-failures
pom.xml
# CTags
TAGS
# Vim
*.sw*
*.tmp*
# JavaScript
.tern-project
.tern-port
node_modules
# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db
# OSX
.Spotlight-V100
.Trashes
# Ignore output from nohup
nohup.out