diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2021-09-29 23:37:10 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2021-10-19 14:58:51 +0200 |
| commit | a1103bd3526009baeb789fb0e6d1e04b121c7c35 (patch) | |
| tree | 7a0720827e2b3771e4cc3c2f36adf3f6a816c2db | |
| parent | 6a596158597801569134b8d8d1a7d1ee66b72f85 (diff) | |
build: add tests missed in .gitignore
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
| -rw-r--r-- | tests/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 498d7dd0b7..8cc2aa98f9 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -28,6 +28,7 @@ /lib/test_frrscript /lib/test_frrlua /lib/test_graph +/lib/test_grpc /lib/test_heavy /lib/test_heavy_thread /lib/test_heavy_wq @@ -44,6 +45,7 @@ /lib/test_segv /lib/test_seqlock /lib/test_sig +/lib/test_skiplist /lib/test_srcdest_table /lib/test_stream /lib/test_table |
