From 3ffc76713f6db4c33f20588ce6896ea3c2bae2a7 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 17 Aug 2019 21:39:43 +0200 Subject: wip directory for each language --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cf20380..cf793cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ *.o a.out +__pycache__ haskell/* !haskell/*.hs +haskell/wip/ +!haskell/wip/*.hs -- cgit