mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-05 23:18:08 +01:00
27 lines
225 B
Text
27 lines
225 B
Text
.DS_Store
|
|
.idea
|
|
*.log
|
|
tmp/
|
|
*.swp
|
|
*.out
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*~
|
|
*.html
|
|
*.profraw
|
|
*.profdata
|
|
profiles/
|
|
test
|
|
.ccls-cache
|
|
.direnv
|
|
.envrc
|
|
minishell
|
|
testexec.sh
|
|
tests/*
|
|
!tests/Makefile
|
|
!tests/*.c
|
|
!tests/*.h
|
|
infile
|
|
outfile
|
|
mallocfail_hashes
|