mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-05 23:18:08 +01:00
40 lines
377 B
Text
40 lines
377 B
Text
.DS_Store
|
|
.idea
|
|
*.log
|
|
tmp/
|
|
*.swp
|
|
*.swo
|
|
*.out
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*~
|
|
*.html
|
|
*.profraw
|
|
*.profdata
|
|
profiles/
|
|
test
|
|
.ccls-cache
|
|
.direnv
|
|
.envrc
|
|
minishell
|
|
testexec.sh
|
|
tests/*
|
|
!tests/Makefile
|
|
!tests/*.c
|
|
!tests/*.h
|
|
!tests/*.input
|
|
!tests/expand_test
|
|
infile
|
|
outfile
|
|
mallocfail_hashes
|
|
**/compile_flags.txt
|
|
bash.txt
|
|
.cache/
|
|
compile_commands.json
|
|
.vscode
|
|
report.txt
|
|
zms_testeur
|
|
fuzz
|
|
*CORPUS
|
|
crash-*
|