You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
976 B
92 lines
976 B
|
|
# Created by https://www.gitignore.io/api/emacs,haskell |
|
|
|
### Emacs ### |
|
# -*- mode: gitignore; -*- |
|
*~ |
|
\#*\# |
|
/.emacs.desktop |
|
/.emacs.desktop.lock |
|
*.elc |
|
auto-save-list |
|
tramp |
|
.\#* |
|
|
|
# Org-mode |
|
.org-id-locations |
|
*_archive |
|
|
|
# flymake-mode |
|
*_flymake.* |
|
|
|
# eshell files |
|
/eshell/history |
|
/eshell/lastdir |
|
|
|
# elpa packages |
|
/elpa/ |
|
|
|
# reftex files |
|
*.rel |
|
|
|
# AUCTeX auto folder |
|
/auto/ |
|
|
|
# cask packages |
|
.cask/ |
|
dist/ |
|
|
|
# Flycheck |
|
flycheck_*.el |
|
|
|
# server auth directory |
|
/server/ |
|
|
|
# projectiles files |
|
.projectile |
|
projectile-bookmarks.eld |
|
|
|
# directory configuration |
|
.dir-locals.el |
|
|
|
# saveplace |
|
places |
|
|
|
# url cache |
|
url/cache/ |
|
|
|
# cedet |
|
ede-projects.el |
|
|
|
# smex |
|
smex-items |
|
|
|
# company-statistics |
|
company-statistics-cache.el |
|
|
|
# anaconda-mode |
|
anaconda-mode/ |
|
|
|
### 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/ |
|
|
|
# End of https://www.gitignore.io/api/emacs,haskell |