aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3e764c1935b519e77e5431128fc5601fb7632511 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/dist/
/dist-newstyle/
/haddock-api/dist/
/haddock-library/dist/
/haddock-test/dist/
/html-test/out/
/hypsrc-test/out/
/latex-test/out/
/hoogle-test/out/

*.o
*.hi
*.dyn_o
*.dyn_hi
*.hp
*~
*#

/doc/haddock
/doc/haddock.ps
/doc/haddock.pdf
/doc/autom4te.cache/
/doc/config.log
/doc/config.mk
/doc/config.status
/doc/configure
tags
TAGS

/haddock-api/resources/html/node_modules
/haddock-api/resources/html/*.js.map

.cabal-sandbox
.ghc.environment.*
cabal.sandbox.config
cabal.project.local
cabal.project.local~

.stack-work/

.hspec-failures