repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
docs: typo
[cabal.git]
/
.gitignore
blob
efb4f1dd856616c771124391d59b8c42f6ad1d46
1
.cabal-sandbox/
2
cabal.sandbox.config
3
cabal.project.local
4
.ghc.environment.*
5
cabal-dev/
6
.hpc/
7
*.hi
8
*.o
9
*.p_hi
10
*.prof
11
*.tix
12
dist
13
dist-*
14
register.sh
15
./cabal.config
16
cabal-tests.log
17
18
/Cabal/dist/
19
/Cabal/tests/Setup
20
/Cabal/Setup
21
/Cabal/source-file-list
22
23
/cabal-install/dist/
24
/cabal-install/Setup
25
/cabal-install/source-file-list
26
27
.stylish-haskell.yaml
28
.stylish-haskell.yml
29
.ghci
30
.ghcid
31
32
# Output of release and bootstrap
33
_build
34
35
# editor temp files
36
37
*#
38
.#*
39
*~
40
.*.swp
41
*.bak
42
43
# GHC build
44
45
Cabal/GNUmakefile
46
Cabal/dist-boot/
47
Cabal/dist-install/
48
Cabal/ghc.mk
49
50
51
# TAGS files
52
TAGS
53
tags
54
ctags
55
56
# stack artifacts
57
/.stack-work/
58
stack.yaml.lock
59
60
# Shake artifacts
61
.shake*
62
progress.txt
63
64
# test files
65
register.sh
66
67
# python artifacts from documentation builds
68
*.pyc
69
.python-sphinx-virtualenv/
70
/doc/.skjold_cache/
71
72
# macOS folder metadata
73
.DS_Store
74
75
# benchmarks
76
bench.html
77
78
# Emacs
79
.projectile