Fix header level for foreign-libraries section
[cabal.git] / .gitignore
blob0c6aaff9351bb9c2c73eef295eb4fa4add3284a1
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
18 /Cabal/dist/
19 /Cabal/tests/Setup
20 /Cabal/Setup
21 /Cabal/source-file-list
23 /cabal-install/dist/
24 /cabal-install/Setup
25 /cabal-install/source-file-list
28 # editor temp files
31 .#*
33 .*.swp
34 *.bak
36 # GHC build
38 Cabal/GNUmakefile
39 Cabal/dist-boot/
40 Cabal/dist-install/
41 Cabal/ghc.mk
44 # TAGS files
45 TAGS
46 tags
48 # stack artifacts
49 /.stack-work/
51 # Shake artifacts
52 .shake*
53 progress.txt
55 # test files
56 register.sh
58 # python artifacts from documentation builds
59 *.pyc