Whitespace, 80-col violations.
[cabal.git] / .gitignore
bloba9213ae9c7f51b92bac1e79bdba3198c47fd284f
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
49 # stack artifacts
50 /.stack-work/
52 # Shake artifacts
53 .shake*
54 progress.txt
56 # test files
57 register.sh
59 # python artifacts from documentation builds
60 *.pyc