Merge branch 'master' of https://github.com/dlarsson/servant-docs
This commit is contained in:
commit
d603431498
1 changed files with 16 additions and 2 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -1,3 +1,17 @@
|
|||
.cabal-sandbox
|
||||
cabal.sandbox.config
|
||||
dist
|
||||
cabal-dev
|
||||
*.o
|
||||
*.hi
|
||||
*.chi
|
||||
*.chs.h
|
||||
*.dyn_o
|
||||
*.dyn_hi
|
||||
.virtualenv
|
||||
.hpc
|
||||
.hsenv
|
||||
.cabal-sandbox/
|
||||
cabal.sandbox.config
|
||||
cabal.config
|
||||
*.prof
|
||||
*.aux
|
||||
*.hp
|
||||
|
|
Loading…
Reference in a new issue