summaryrefslogtreecommitdiff
path: root/hadrian/.gitignore
blob: d5aa7c0163f74a0f78bb35dd73cf88dbd4b8e1db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# generated by the configure script
cfg/system.config
/ghci-stack
/ghci-multi-cabal
/ghci-cabal

# build.bat and build specific
/bin/

# build-cabal specific
/dist/
/.cabal-sandbox/
cabal.sandbox.config

# build-cabal-new specific
/dist-newstyle/
.ghc.environment.*

# build-stack and build-stack.bat specific
/.stack-work/

# the user settings
/UserSettings.hs

# Mostly temp file by emacs
*~

# ghcid output
/ghcid.txt