summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 697afc9663073b3cc376e3672fe0ac858894e900 (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.sh specific
/bin/

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

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

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

# the user settings
/UserSettings.hs

# Mostly temp file by emacs
*~

# ghcid output
/ghcid.txt