Skip to content

Commit 6d470fa

Browse files
authored
Update .gitignore
Use current GitHub standard `Haskell.gitignore`, adding `stack.yaml`: https://github.com/github/gitignore/blob/master/Haskell.gitignore
1 parent 76d3375 commit 6d470fa

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

.gitignore

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
dist/
2-
*.hi
1+
dist
2+
dist-*
3+
cabal-dev
34
*.o
4-
*.dyn_hi
5+
*.hi
6+
*.chi
7+
*.chs.h
58
*.dyn_o
6-
*~
7-
.hsenv/
8-
TAGS
9+
*.dyn_hi
10+
.hpc
11+
.hsenv
12+
.cabal-sandbox/
13+
cabal.sandbox.config
14+
*.prof
15+
*.aux
16+
*.hp
17+
*.eventlog
18+
.stack-work/
19+
cabal.project.local
20+
stack.yaml

0 commit comments

Comments
 (0)