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*