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
Fix header level for foreign-libraries section
[cabal.git]
/
.gitignore
blob
0c6aaff9351bb9c2c73eef295eb4fa4add3284a1
1
# trivial gitignore file
2
.cabal-sandbox/
3
cabal.sandbox.config
4
cabal.project.local
5
.ghc.environment.*
6
cabal-dev/
7
.hpc/
8
*.hi
9
*.o
10
*.p_hi
11
*.prof
12
*.tix
13
dist
14
dist-*
15
register.sh
16
./cabal.config
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
28
# editor temp files
29
30
*#
31
.#*
32
*~
33
.*.swp
34
*.bak
35
36
# GHC build
37
38
Cabal/GNUmakefile
39
Cabal/dist-boot/
40
Cabal/dist-install/
41
Cabal/ghc.mk
42
43
44
# TAGS files
45
TAGS
46
tags
47
48
# stack artifacts
49
/.stack-work/
50
51
# Shake artifacts
52
.shake*
53
progress.txt
54
55
# test files
56
register.sh
57
58
# python artifacts from documentation builds
59
*.pyc