From 6c95a628eebe7593d4e85cbe0cff7822a1e6e503 Mon Sep 17 00:00:00 2001 From: ali wsl Date: Mon, 21 Sep 2026 04:12:22 +0300 Subject: [PATCH] Add .gitignore and remove badge clutter from README --- .gitignore | 4 ++++ README.md | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aace754 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +*.a +.vscode/ +.DS_Store diff --git a/README.md b/README.md index 55e68c8..855be4b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ # libft -[![Build Status](https://github.com/ali-alemami/libft/actions/workflows/build.yml/badge.svg)](https://github.com/ali-alemami/libft/actions) *Custom C Standard Library Implementation*