mirror of
https://github.com/Savapitech/42sh.git
synced 2026-01-18 16:57:28 +01:00
51 lines
363 B
Plaintext
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
|