narc/.gitignore
2024-12-27 00:06:09 -08:00

19 lines
175 B
Plaintext

# Compiler artifacts
*.o
*.d
*.exe
*.out
/narc
build/*
# LSP / IDE artifacts
.cache/*
.vscode/*
compile_commands.json
# Valgrind output
valgrind.log
# Testing files
*.narc