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
Adding new cxx-* flags to the cabal-install changelog.
[cabal.git]
/
.gitignore
blob
a9213ae9c7f51b92bac1e79bdba3198c47fd284f
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
cabal-tests.log
18
19
/Cabal/dist/
20
/Cabal/tests/Setup
21
/Cabal/Setup
22
/Cabal/source-file-list
23
24
/cabal-install/dist/
25
/cabal-install/Setup
26
/cabal-install/source-file-list
27
28
29
# editor temp files
30
31
*#
32
.#*
33
*~
34
.*.swp
35
*.bak
36
37
# GHC build
38
39
Cabal/GNUmakefile
40
Cabal/dist-boot/
41
Cabal/dist-install/
42
Cabal/ghc.mk
43
44
45
# TAGS files
46
TAGS
47
tags
48
49
# stack artifacts
50
/.stack-work/
51
52
# Shake artifacts
53
.shake*
54
progress.txt
55
56
# test files
57
register.sh
58
59
# python artifacts from documentation builds
60
*.pyc