mirror of
https://github.com/lhearachel/narc.git
synced 2025-06-18 13:35:32 -04:00
24 lines
230 B
Plaintext
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
|