Merge pull request #4111 from Ericson2314/dependency
[cabal.git] / .gitignore
blob62ea953937432e34643ec44844d996bd5576b666
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 cabal.config
14 dist
15 dist-*
16 register.sh
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 dist-test
57 register.sh
58 /Cabal/tests/PackageTests/Configure/include/HsZlibConfig.h
59 /Cabal/tests/PackageTests/Configure/zlib.buildinfo
61 # python artifacts from documentation builds
62 *.pyc