summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a4bab99fba05b8928ae8fae4a92aec01f2da446f (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
# Editor backup files
*~
\#*
.\#*
.*.swp

# Sandboxes
cabal-dev/
.hsenv*/
hsenv.log
.cabal-sandbox/
cabal.sandbox.config

# GHC
*.hi
*.o

# Cabal
dist*/


# Local Variables:
# mode: conf
# End: