-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path.gitignore
66 lines (66 loc) · 1.32 KB
/
.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/dist/
/dist-newstyle/
*.out
*.incons
*.hi
*.hspp
*.o
*.dyn*
*.liquid
*.refactored.hs
/TAGS
/tags
/tests/examples/LetExpr.hs.1
/ghc-compile-speed.txt
/src/RoundTrip.hs
/src/Language/Haskell/GHC/ExactPrint/HLint.hs
/src/Language/Haskell/GHC/HLint.hs
/tests/HLint.hs
/.stack-work/
/test.aux
/test.hp
/test.pdf
/test.ps
/ghc.hp
/failures
/origfailures.txt
/hackage-roundtrip-work
/roundtrip-work
.cabal-sandbox/
cabal.sandbox.config
/cabal.project.local
/bin
dist-newstyle
/cabal.project.local~
/.ghc.environment.x86_64-linux-8.5.20180614
/stack.yaml
/.ghc.environment.*
packages
*.yaml.lock
/tests/examples/ghc90-copied/
/tests/examples/ghc92-copied/
/tests/examples/ghc94-copied/
/tests/examples/ghc96-copied/
/tests/examples/ghc910-copied/
/hie.yaml
/hie.yaml.cbl
/hie.yaml.stack
/ctags
/tests/examples/ghc710/OveridingPrimitives.hs.out.ghc843
/tests/examples/ghc710/PatBind.hs.out.orig
/tests/examples/ghc710/QuasiQuote.hs.out.orig
/tests/examples/ghc80/AddParams2.hs.out.orig
/tests/examples/ghc80/T9600.hs.out.ep
/tests/examples/ghc92/BalanceComments1.hs.out.orig
/.envrc
/.vscode/
/cabal.project.local~0
/cabal.project.local~1
/cabal.project.local~2
/cabal.project.local~3
/cpp-grep-cooked.txt
/cpp-grep-raw.txt
/failing-tests-for-ghc.txt
/failing-tests-for-ghc9.2.txt
/failures.txt
/tests/examples/transform/AddArgFromWhereComments.hs.expected