narc/.gitignore
2025-01-02 11:34:34 -08:00

24 lines
230 B
Plaintext

# Compiler artifacts
*.o
*.d
*.exe
*.out
*.so
*.dynlib
/narc
build/*
# LSP / IDE artifacts
.cache/*
.vscode/*
compile_commands.json
# Valgrind output
valgrind.log
# Testing files
*.narc
# Generated files
cli/include/version.h