dev: add valgrind-out.txt to .gitignore

This commit is contained in:
javalsai 2025-06-10 23:45:27 +02:00
parent bb1ca09fd8
commit 4e18df55bf
Signed by: javalsai
SSH Key Fingerprint: SHA256:3G83yKhBUWVABVX/vPWH88xnK4+ptMtHkZGCRXD4Mk8

2
.gitignore vendored
View File

@ -3,6 +3,8 @@ dist/
/compile_commands.json
.cache/
# just in case, i dont wanna rebase ever again
valgrind-out.txt
# nix build result
result