CI: skip cli-suite on Windows due to #9571 (#10257)
[cabal.git] / .gitignore
blob783d3862eecc3abdbd121739724a5b3b5e05c78c
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
27 /cabal-install/tests/IntegrationTests2/config/cabal-config
29 .stylish-haskell.yaml
30 .stylish-haskell.yml
31 .ghci
32 .ghcid
34 # Output of release and bootstrap
35 _build
37 # editor temp files
40 .#*
42 .*.swp
43 *.bak
45 # GHC build
47 Cabal/GNUmakefile
48 Cabal/dist-boot/
49 Cabal/dist-install/
50 Cabal/ghc.mk
53 # TAGS files
54 TAGS
55 tags
56 ctags
58 # stack artifacts
59 /.stack-work/
60 stack.yaml.lock
62 # Shake artifacts
63 .shake*
64 progress.txt
66 # test files
67 register.sh
69 # listed explicitly to show which files are generated but ignored
70 testdb/intree/cabal.project-test
71 testdb/intree/store/**/bin/alex
72 testdb/intree/store/**/bin/alex.exe
73 testdb/intree/store/**/cabal-hash.txt
74 testdb/intree/store/**/share/AlexTemplate.hs
75 testdb/intree/store/**/share/AlexWrappers.hs
76 testdb/intree/store/**/share/doc/LICENSE
77 testdb/intree/store/*/incoming/alex-*.lock
78 testdb/intree/store/*/package.db/package.cache
79 testdb/intree/store/*/package.db/package.cache.lock
81 # windows test artifacts
82 cabal-testsuite/**/*.exe
83 cabal-testsuite/**/haddocks
85 # python artifacts from documentation builds
86 *.pyc
87 .python-sphinx-virtualenv/
88 venv
89 .venv
90 /doc/.skjold_cache/
91 /doc/requirements.txt
93 # macOS folder metadata
94 .DS_Store
96 # benchmarks
97 bench.html
99 # Emacs
100 .projectile
102 # direnv
103 .envrc
105 ## Release Scripts
107 # ignore the downloaded binary files
108 scripts/release/binary-downloads/