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 - ... -}