Re #7714: fix Linux CI by installing groff-base to get nroff
[cabal.git] / .gitignore
blobefb4f1dd856616c771124391d59b8c42f6ad1d46
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
18 /Cabal/dist/
19 /Cabal/tests/Setup
20 /Cabal/Setup
21 /Cabal/source-file-list
23 /cabal-install/dist/
24 /cabal-install/Setup
25 /cabal-install/source-file-list
27 .stylish-haskell.yaml
28 .stylish-haskell.yml
29 .ghci
30 .ghcid
32 # Output of release and bootstrap
33 _build
35 # editor temp files
38 .#*
40 .*.swp
41 *.bak
43 # GHC build
45 Cabal/GNUmakefile
46 Cabal/dist-boot/
47 Cabal/dist-install/
48 Cabal/ghc.mk
51 # TAGS files
52 TAGS
53 tags
54 ctags
56 # stack artifacts
57 /.stack-work/
58 stack.yaml.lock
60 # Shake artifacts
61 .shake*
62 progress.txt
64 # test files
65 register.sh
67 # python artifacts from documentation builds
68 *.pyc
69 .python-sphinx-virtualenv/
70 /doc/.skjold_cache/
72 # macOS folder metadata
73 .DS_Store
75 # benchmarks
76 bench.html
78 # Emacs
79 .projectile