Sed-replace CRLF files
[cabal.git] / .gitignore
blob2486c4496231849f4b9bcd485d479e5a9b588955
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 venv
77 .venv
78 /doc/.skjold_cache/
80 # macOS folder metadata
81 .DS_Store
83 # benchmarks
84 bench.html
86 # Emacs
87 .projectile
89 ## Release Scripts
91 # ignore the downloaded binary files
92 scripts/release/binary-downloads/