mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-06 14:10:02 +00:00
fix: gitignore test binaries + remove accidentally-committed binary
This commit is contained in:
parent
ba39ee4a37
commit
328e11df4f
5
.gitignore
vendored
5
.gitignore
vendored
@ -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.
Loading…
x
Reference in New Issue
Block a user