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