servant/.gitignore
Oleg Grenrus 420ebd0475 Refactor servant-client-core
- No more Internal modules
- Remove ClientLike-generic. Let's use Routes-generics
    - Let's see if anyone notices, otherwise we can add it back
- Add Makefile for common tasks
    - Fix servant-client-ghcjs
2019-02-18 19:08:13 +02:00

35 lines
382 B
Plaintext

**/*/dist
dist-*
.ghc.environment.*
/bin
/lib
/share
/packages
*-packages.conf.d
cabal-dev
add-source-timestamps
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.virtualenv
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
cabal.config
*.prof
*.aux
*.hp
Setup
.stack-work
doc/_build
doc/venv
doc/tutorial/static/api.js
doc/tutorial/static/jq.js
# local versions of things
servant-multipart