ft_minipowershell/.gitignore

12 lines
115 B
Plaintext
Raw Normal View History

2024-07-18 18:26:52 +02:00
obj/
minishell
.direnv
.envrc
flake.nix
compile_commands.json
.cache
libft/**/*.o
libft/**/*.a
src/main.c
vgcore.*