From 0b3e5f23393d19706fb7eabaec81bcd5a07229e6 Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Tue, 10 Sep 2024 16:59:25 +0800 Subject: [PATCH] .gitignore: Add .aider* to .gitignore Aider is AI pair programmer: https://aider.chat The .aider* files is not a part of NuttX but used by Aider as temporary files. Signed-off-by: Huang Qi --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c2434f8d7..b9e8afa57 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ Make.dep build .ccls-cache compile_commands.json +.aider*