From a917ec555ef8419bf638d6b8f87c965dff96e9e1 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 22 Nov 2019 03:05:58 +0100 Subject: ft_strdup.s and Makefile --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 36340e5..098f1c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ *.o a.out *.dSYM +*.a +test.s +test.c -- cgit