Files
42sh/.gitignore
2025-04-28 20:53:21 +02:00

51 lines
363 B
Plaintext

##
## EPITECH PROJECT, 2024
## robotfactory
## File description:
## .gitignore
##
# IDE
.idea
.vscode
# Bin
42sh
a.out
libmy.a
test
signal
mysh-*
test*
debug
# Build
.build
*.o
*.out
*.[aod]
*.cor
# nix
.direnv
.pre-commit-config.yaml
result
# Cache
.cache
.fast
__pycache__
# Coverage
*.gc??
testcmd
unit_tests
# Debug
.dbug
# AFL
afl/generated
out.txt