-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path.gitignore
48 lines (40 loc) · 930 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
48
dist
dist-newstyle
local
.\#*
*.o
*.hi
*.swp
.ghc.environment.*
.cabal-sandbox/
cabal.sandbox.config
cabal.config
TestSuite.tix
.hpc
hpc
notes/
benchmarks/BigTableServer
benchmarks/HtmlBenchmarks
benchmarks/RunHtmlBenchmarks
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