From 2d6500136bd78fbc2545610f6f08718c728a9028 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 14 Nov 2019 10:26:41 +0100 Subject: Fixed little memory leak in handle_precision --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3115c5e..680d62b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.o -a.out *ghc +a.out ft_printf -*.a test +*.a *.dSYM -- cgit