Skip to content

Commit 239fb7c

Browse files
committed
ignore solutions
1 parent d5a0ba7 commit 239fb7c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,19 @@ diagrams/*.
3535
*.snm
3636
*.toc
3737
*.vrb
38+
39+
solutions
40+
41+
weeks/01-intro/hw/HW1Sol.hs
42+
weeks/02-ADTs/hw/LogAnalysis.hs
43+
weeks/03-rec-poly/hw/GolfSol.hs
44+
weeks/04-higher-order/hw/HW4Sol.hs
45+
weeks/05-type-classes/hw/Calc.hs
46+
weeks/06-laziness/hw/Fibonacci.hs
47+
weeks/07-folds-monoids/hw/JoinList.hs
48+
weeks/07-folds-monoids/hw/Scrabble.hs
49+
weeks/08-IO/hw/Party.hs
50+
weeks/10-applicative/hw/AParser.hs
51+
weeks/10-applicative/hw/SExpr.hs
52+
weeks/11-applicative2/hw/SExpr.hs
53+
weeks/12-monads/hw/Risk.hs

0 commit comments

Comments
 (0)