dotfiles/dotfiles/gitignore

41 lines
401 B
Plaintext
Raw Normal View History

2016-07-14 14:17:50 -06:00
# emacs
.emacs.desktop
.emacs*
2016-07-14 14:17:50 -06:00
projectile.cache
projectile-bookmarks.eld
.dir-locals.el
2016-07-14 14:17:50 -06:00
# Python
*.pyc
2014-08-25 22:55:17 -06:00
.ropeproject/
2016-07-14 14:17:50 -06:00
# Clojure
.cljs_rhino_repl
2016-08-16 17:56:45 -06:00
.nrepl-port
target
2016-08-16 18:27:05 -06:00
.lein-failures
2016-08-16 18:32:51 -06:00
pom.xml
2014-08-25 22:55:17 -06:00
2016-07-14 14:17:50 -06:00
# CTags
TAGS
# Vim
2014-08-25 22:55:17 -06:00
*.sw*
2014-10-28 05:55:26 -06:00
*.tmp*
2015-06-15 06:03:00 -06:00
2016-07-14 14:17:50 -06:00
# JavaScript
2015-06-15 06:03:00 -06:00
.tern-project
.tern-port
2016-08-16 21:27:35 -06:00
node_modules
2015-06-15 06:03:00 -06:00
2016-07-14 14:17:50 -06:00
# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db
# OSX
.Spotlight-V100
.Trashes