From 1580cc33b6ff198e66b15aab797318618bb83161 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 18 Aug 2019 10:39:20 +0200 Subject: haskell problem 63 (brute force) --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cf793cd..e3e5bdf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,12 @@ *.o a.out __pycache__ +# haskell/**/* +# !haskell/**/*.hs + haskell/* !haskell/*.hs -haskell/wip/ +!haskell/wip +haskell/wip/* !haskell/wip/*.hs + -- cgit