From 64aa910c5d7151352546bbadbda39cb5b35986bd Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 25 Mar 2025 14:17:31 +0100 Subject: [PATCH] style: adding the executable names in the gitignore --- .gitignore | 2 ++ cpp06/ex01/main.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e1bdc88..08c1dfa 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ form bureaucrat *_shrubbery intern +serialize +convert diff --git a/cpp06/ex01/main.cpp b/cpp06/ex01/main.cpp index 9d4ed69..5aee682 100644 --- a/cpp06/ex01/main.cpp +++ b/cpp06/ex01/main.cpp @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/03/24 15:54:05 by rparodi #+# #+# */ -/* Updated: 2025/03/25 13:59:15 by rparodi ### ########.fr */ +/* Updated: 2025/03/25 14:14:40 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */