fix: gitignore test binaries + remove accidentally-committed binary

This commit is contained in:
Prem Chaitanya Prathi 2026-06-04 18:57:12 +05:30
parent ba39ee4a37
commit 328e11df4f
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -3,6 +3,11 @@
# Executables shall be put in an ignored build/ directory
/build
# Test binaries (built by `nim c tests/...nim` for local debug compile)
/tests/all_tests_common
/tests/all_tests_waku
/tests/all_tests_wakunode2
# Generated Files
*.generated.nim

Binary file not shown.