SetupWrapper: replace runProcess' by rawSystemProc
[cabal.git] / .gitignore
blob9852cbc2d157dd9f84cc158a0cd46c98fd48ffce
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 bootstrap/*.plan.json
19 /Cabal/dist/
20 /Cabal/tests/Setup
21 /Cabal/Setup
22 /Cabal/source-file-list
24 /cabal-install/dist/
25 /cabal-install/Setup
26 /cabal-install/source-file-list
28 .stylish-haskell.yaml
29 .stylish-haskell.yml
30 .ghci
31 .ghcid
33 # Output of release and bootstrap
34 _build
36 # editor temp files
39 .#*
41 .*.swp
42 *.bak
44 # GHC build
46 Cabal/GNUmakefile
47 Cabal/dist-boot/
48 Cabal/dist-install/
49 Cabal/ghc.mk
52 # TAGS files
53 TAGS
54 tags
55 ctags
57 # stack artifacts
58 /.stack-work/
59 stack.yaml.lock
61 # Shake artifacts
62 .shake*
63 progress.txt
65 # test files
66 register.sh
68 # python artifacts from documentation builds
69 *.pyc
70 .python-sphinx-virtualenv/
71 /doc/.skjold_cache/
73 # macOS folder metadata
74 .DS_Store
76 # benchmarks
77 bench.html
79 # Emacs
80 .projectile