From 8131a5d26441c5152ab151b4bb49b561e5ca6e81 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 31 Jan 2020 10:44:30 +0100 Subject: hash table unit testing, norming --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cf98940..35d1ada 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,6 @@ *.ghc *.dSYM a.out -libft_test +test_libft obj/* rendu.makefile -- cgit