mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-03-15 03:16:51 +01:00
「🗑️」 clean: cleaned project.
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,11 +0,0 @@
|
||||
obj/
|
||||
minishell
|
||||
.direnv
|
||||
.envrc
|
||||
flake.nix
|
||||
compile_commands.json
|
||||
.cache
|
||||
libft/**/*.o
|
||||
libft/**/*.a
|
||||
src/main.c
|
||||
vgcore.*
|
14
LICENSE.md
14
LICENSE.md
@ -1,14 +0,0 @@
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||
|
||||
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.
|
||||
|
@ -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
|
@ -1,15 +0,0 @@
|
||||
{
|
||||
readline
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:readline
|
||||
...
|
||||
}
|
||||
|
||||
{
|
||||
readline
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:add_history
|
||||
...
|
||||
}
|
Reference in New Issue
Block a user