From 41f77ae61fd95e6b19f6489f5cd64a9b52f98e70 Mon Sep 17 00:00:00 2001 From: Adam Joly Date: Thu, 18 Jul 2024 14:49:58 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=97=91=EF=B8=8F=E3=80=8D=20clean?= =?UTF-8?q?:=20cleaned=20project.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 ----------- LICENSE.md | 14 -------------- README.md | 6 ------ readline.supp | 15 --------------- 4 files changed, 46 deletions(-) delete mode 100644 .gitignore delete mode 100644 LICENSE.md delete mode 100644 README.md delete mode 100644 readline.supp diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b41f311..0000000 --- a/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -obj/ -minishell -.direnv -.envrc -flake.nix -compile_commands.json -.cache -libft/**/*.o -libft/**/*.a -src/main.c -vgcore.* diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index 8c3bdb1..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,14 +0,0 @@ - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 - -Copyright (C) 2004 Sam Hocevar - -Everyone is permitted to copy and distribute verbatim or modified -copies of this license document, and changing it is allowed as long -as the name is changed. - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. - diff --git a/README.md b/README.md deleted file mode 100644 index d9367f5..0000000 --- a/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# ft_minipowershell - -## license - -This project is published under the Do What The F\*ck You Want Public License. -So have fun doing whatever the f\*ck you want ! :D diff --git a/readline.supp b/readline.supp deleted file mode 100644 index 1b3bbf6..0000000 --- a/readline.supp +++ /dev/null @@ -1,15 +0,0 @@ -{ - readline - Memcheck:Leak - ... - fun:readline - ... -} - -{ - readline - Memcheck:Leak - ... - fun:add_history - ... -}