From: Lukas Jiriste Date: Wed, 1 Nov 2023 11:47:58 +0000 (+0100) Subject: Added .gitignore not to disturb git status when built X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=dd7be22342d78248dc5bed236b76596b70d8213f;p=Libft.git Added .gitignore not to disturb git status when built --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..33ac3dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.[ao] +.libtemp