Merge pull request #5602 from fgaz/new-install/warn-symlink
[cabal.git] / .gitignore
blob782e5a1faa46ad16a37b50e53d3ea010ffa1a4f8
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
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
29 # editor temp files
32 .#*
34 .*.swp
35 *.bak
37 # GHC build
39 Cabal/GNUmakefile
40 Cabal/dist-boot/
41 Cabal/dist-install/
42 Cabal/ghc.mk
45 # TAGS files
46 TAGS
47 tags
48 ctags
50 # stack artifacts
51 /.stack-work/
53 # Shake artifacts
54 .shake*
55 progress.txt
57 # test files
58 register.sh
60 # python artifacts from documentation builds
61 *.pyc