From 3419e53f1bc22457821d0b64e88b283ec19c042f Mon Sep 17 00:00:00 2001 From: marvin Date: Sun, 24 Oct 2021 09:31:39 +0200 Subject: [PATCH] 2021-10-24 09:31:39 --- .gitignore | 11 +++++------ .gitmodules | 4 ++++ libft/Makefile | 3 +-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 20baca3..530fca7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ -libft/libft -libft/libft/* -libft/Libftest/* -libft/libft-unit-test/* -libft/libftTester/* +libft +!*/libft +libft/Libftest +libft/libft-unit-test +libft/libftTester # ---> C # Prerequisites @@ -288,4 +288,3 @@ Sessionx.vim tags # Persistent undo [._]*.un~ - diff --git a/.gitmodules b/.gitmodules index b012ca5..6565536 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,16 @@ [submodule "libft/Libftest"] path = libft/Libftest url = https://github.com/jtoty/Libftest.git + ignore = dirty [submodule "libft/libft-unit-test"] path = libft/libft-unit-test url = https://github.com/alelievr/libft-unit-test.git + ignore = dirty [submodule "libft/libftTester"] path = libft/libftTester url = https://github.com/Tripouille/libftTester.git + ignore = dirty [submodule "libft/munit"] path = libft/munit url = https://github.com/nemequ/munit.git + ignore = dirty diff --git a/libft/Makefile b/libft/Makefile index c757eaa..13d833b 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -6,11 +6,10 @@ # By: +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # -# Updated: 2021/10/24 09:13:45 by gbaconni ### lausanne.ch # +# Updated: 2021/10/24 09:22:20 by gbaconni ### lausanne.ch # # # # **************************************************************************** # # -# make munit.out # make all # make clean # make fclean