Add `Distribution.Client.Main`
[cabal.git] / .gitignore
blob8f1097ae8a129d0a4caa7a69e530049f8fb52bb4
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
72 # python artifacts from documentation builds
73 *.pyc
74 .python-sphinx-virtualenv/
75 /doc/.skjold_cache/
77 # macOS folder metadata
78 .DS_Store
80 # benchmarks
81 bench.html
83 # Emacs
84 .projectile