From 08aca1d8d82fb3071070931c04ef9806668f70cd Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 24 Jul 2024 15:31:58 -0400 Subject: [PATCH] add generated c example code to gitignore --- examples/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/.gitignore b/examples/.gitignore index 64f17bc58..bcaa26295 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -9,6 +9,14 @@ /c/exlcm_example_t.c /c/exlcm_example_t.h /c/listener-async +/c/exlcm_example_list_t.c +/c/exlcm_example_list_t.h +/c/exlcm_exampleconst_t.c +/c/exlcm_exampleconst_t.h +/c/exlcm_muldim_array_t.c +/c/exlcm_muldim_array_t.h +/c/exlcm_node_t.c +/c/exlcm_node_t.h /cpp/lcm_log_writer/pronto/ /java/temperature_demo_java/lcmtypes/ !/go/listener/