From 069162e2e2a4d1b9a7188f25ca2789710e11e38b Mon Sep 17 00:00:00 2001 From: Alexander Mandera <alexander@mandera.eu> Date: Fri, 11 Aug 2023 20:14:19 +0200 Subject: [PATCH] Add generated LD files to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f79293a..dac6f1e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ minichlink/minichlink.so compile_commands.json .clangd .cache +ch32v003fun/generated_*.ld \ No newline at end of file -- GitLab