summaryrefslogtreecommitdiff
path: root/hadrian/.gitignore
blob: 91e8fb77c808db163cbc92bc6dd7b6c6bc69f6bf (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
# generated by the configure script
cfg/system.config

# 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