Future-proof against potential Prelude.foldl' (backport #8960) (#9265)
[cabal.git] / .gitignore
blobe9ec3b6322f6ae6b24a95c16bef3bb85d914adee
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 # windows test artifacts
69 cabal-testsuite/**/*.exe
70 cabal-testsuite/**/*.bat
71 cabal-testsuite/**/haddocks
73 # python artifacts from documentation builds
74 *.pyc
75 .python-sphinx-virtualenv/
76 /doc/.skjold_cache/
78 # macOS folder metadata
79 .DS_Store
81 # benchmarks
82 bench.html
84 # Emacs
85 .projectile