From 6b16d921543a62d880171791d39bcc58560785fa Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 11 Aug 2019 22:36:40 +0200 Subject: haskell problems 001 -> 006 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cf20380 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +a.out +haskell/* +!haskell/*.hs -- cgit