From 30630aa69e1208ca35dd1963cfaefd6f5b210318 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 3 Feb 2020 20:31:42 +0100 Subject: Initial commit --- .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..dd339c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +*.ghc +ft_sll +a.out -- cgit