Browse Source

Update .gitignore: add test binaries and all log files

nodeinfo-routing-update
Evgeny 2 months ago
parent
commit
704554af84
  1. 6
      .gitignore

6
.gitignore vendored

@ -52,6 +52,12 @@ tests/*.log
tests/*.trs
tests/logs/
# Test binaries (files without extension in tests/)
tests/test_*
# All log files
*.log
# Local configs
*.cfg
!utun_test.cfg

Loading…
Cancel
Save