From 9316f2063255bd4a0abd5c38d4c065969a8980bb Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 1 Apr 2020 18:10:36 +0200 Subject: Norm compliant comment format, dirty script for doxygen comments --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 952ca9b..07a12bb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,8 @@ *.ghc *.dSYM a.out -test_libft +test/libft_test obj/* rendu.makefile doc/* +tmp/* -- cgit