Add test_rv_mesh to host-test .gitignore
Fixes an untracked-file warning from the repo stop-hook: the compiled
binary was built by make but the .gitignore update was missed in
8dfb031. No source changes.
This commit is contained in:
parent
8dfb031cb3
commit
167e4070da
|
|
@ -1,4 +1,5 @@
|
|||
# Compiled host-test binaries
|
||||
test_adaptive_controller
|
||||
test_rv_feature_state
|
||||
test_rv_mesh
|
||||
*.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue