Files
42sh/.gitignore
2025-02-19 18:58:15 +01:00

45 lines
327 B
Plaintext

##
## EPITECH PROJECT, 2024
## robotfactory
## File description:
## .gitignore
##
# IDE
.idea
.vscode
# Bin
mysh
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
# Coverage
*.gc??
testcmd
unit_tests
# Python (CI)
*.pyc