forked from jaspervdj/blaze-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (39 loc) · 929 Bytes
/
.gitignore
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
42
43
44
45
46
47
dist
local
.\#*
*.o
*.hi
*.swp
.cabal-sandbox/
cabal.sandbox.config
cabal.config
TestSuite.tix
.hpc
hpc
notes/
benchmarks/HtmlBenchmarks
benchmarks/BigTableServer
tests/TestSuite
doc/examples/BenchmarkServer
doc/examples/SnapBenchmarkServer
doc/examples/SnapFramework
website/_site
website/_cache
website/docs
website/hakyll
src/Text/Blaze/Html4/FrameSet.hs
src/Text/Blaze/Html4/FrameSet/Attributes.hs
src/Text/Blaze/Html4/Strict.hs
src/Text/Blaze/Html4/Strict/Attributes.hs
src/Text/Blaze/Html4/Transitional.hs
src/Text/Blaze/Html4/Transitional/Attributes.hs
src/Text/Blaze/Html5.hs
src/Text/Blaze/Html5/Attributes.hs
src/Text/Blaze/XHtml1/FrameSet.hs
src/Text/Blaze/XHtml1/FrameSet/Attributes.hs
src/Text/Blaze/XHtml1/Strict.hs
src/Text/Blaze/XHtml1/Strict/Attributes.hs
src/Text/Blaze/XHtml1/Transitional.hs
src/Text/Blaze/XHtml1/Transitional/Attributes.hs
src/Text/Blaze/XHtml5.hs
src/Text/Blaze/XHtml5/Attributes.hs