From 8e3a5ac569a3ccc1101b58fe8ef673f02b4961fb Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 22 Nov 2019 21:20:22 +0100 Subject: ft_atoi_base without the actual base, ft_list_push_front, ft_list_size --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 098f1c1..0291a3f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ a.out *.a test.s test.c +t.c +t.s -- cgit