forked from agda/agda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
88 lines (88 loc) · 1.75 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Keep this file in alphabetic order please!
# Sort with the command `sort -uf`
*.agdai
*.aux
*.dump-hi
*.hi
*.hie
*.hie-boot
*.imports
*.lagda.out
*.lagda.pdf
*.log
*.o
*.project.local
*.ptb
*.tmp
*.tmp.*
*~
.*.sw[a-p]
.*.vim
.cabal-sandbox/
.DS_Store
.ghc.environment.*
.stack-work-*/
.stack-work/
.sw[a-p]
.vscode/settings.json
.\#*
/benchmark/Create/hs-import-*
/benchmark/Create/import-*
/benchmark/Create/import0-*
/benchmark/logs
/examples/**/MAlonzo
/examples/compiler/main
/hie.yaml
/mk/config.mk
/mk/parallel-tests.mk
/notes/style/haskell-style.tex
/src/full/Agda/Syntax/Parser/Lexer.hs
/src/full/Agda/Syntax/Parser/Parser.hs
/src/full/Agda/Syntax/Parser/Parser.info
/src/full/TAGS
/test/**/MAlonzo
/test/Compiler/simple/agda-rts.js
/test/Compiler/simple/highlight-hover.js
/test/Compiler/simple/Erasure-Issue2640
/test/Compiler/simple/Issue4168
/test/Compiler/simple/Issue4168-4185
/test/Compiler/simple/Issue4168-shirr
/test/Compiler/simple/jAgda.*.js
/test/Compiler/simple/Literals
/test/Compiler/simple/ModuleArgs
/test/Compiler/simple/VecReverse
/test/Compiler/simple/VecReverseErased
/test/Compiler/simple/VecReverseHand
/test/Compiler/simple/Word
/test/Compiler/with-stdlib/AllStdLib
/test/Compiler/with-stdlib/agda-rts.js
/test/Compiler/with-stdlib/highlight-hover.js
/test/interaction/Issue6261?.out
/test/Succeed/agda-rts.js
/test/Succeed/Issue296
/test/Succeed/Issue867
/test/Succeed/Options-in-right-order
/test/Succeed/WErrorOverride
/test/Succeed/exec-tc/executables
agda-ffi/dist
agda-stdlib
autom4te.cache
cabal.sandbox.config
config.log
config.status
configure
dist-*/
dist/
doc/user-manual.pdf
exec-test*
hlint-report.html
jAgda.*.js
module-dependency-graph.dot
module-dependency-graph.pdf
pkg-build*
stack.yaml
stack*.yaml.lock
trash.txt
\#*\#
.direnv
result