From cf922fee03515659b660e17b9cc66e9ef47eb8ef Mon Sep 17 00:00:00 2001 From: Ein Anderssono Date: Mon, 15 Jun 2026 08:43:36 +0200 Subject: [PATCH] gitignore: add ROADMAP.md --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 982a969..eaafa85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ bin/ bridge/*.o bridge/*.a -coverage.out \ No newline at end of file +coverage.out +ROADMAP.md \ No newline at end of file