Merge pull request #7503 from haskell/gb/mark-expensive-asserts
[cabal.git] / .gitignore
blobb5bea88e8709bd15c35982e5d6d8beabb23edfc1
1 # trivial gitignore file
2 .cabal-sandbox/
3 cabal.sandbox.config
4 cabal.project.local
5 .ghc.environment.*
6 cabal-dev/
7 .hpc/
8 *.hi
9 *.o
10 *.p_hi
11 *.prof
12 *.tix
13 dist
14 dist-*
15 register.sh
16 ./cabal.config
17 cabal-tests.log
18 .python-sphinx-virtualenv/
20 /Cabal/dist/
21 /Cabal/tests/Setup
22 /Cabal/Setup
23 /Cabal/source-file-list
25 /cabal-install/dist/
26 /cabal-install/Setup
27 /cabal-install/source-file-list
29 # Output of release and bootstrap
30 _build
32 # editor temp files
35 .#*
37 .*.swp
38 *.bak
40 # GHC build
42 Cabal/GNUmakefile
43 Cabal/dist-boot/
44 Cabal/dist-install/
45 Cabal/ghc.mk
48 # TAGS files
49 TAGS
50 tags
51 ctags
53 # stack artifacts
54 /.stack-work/
55 stack.yaml.lock
57 # Shake artifacts
58 .shake*
59 progress.txt
61 # test files
62 register.sh
64 # python artifacts from documentation builds
65 *.pyc
67 # macOS folder metadata
68 .DS_Store
70 # benchmarks
71 bench.html