dotfiles/dotfiles/gitignore

69 lines
708 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
# Org produces folders with temp files when editing source blocks.
*Org Src*
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
2016-09-26 13:53:41 -06:00
# Ignore output from nohup
nohup.out
2016-10-29 13:30:31 -06:00
# Haskell
dist
dist-*
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work*/
cabal.project.local
.HTF/