Skip to content

Commit

Permalink
.gitignore: Add .aider* to .gitignore
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
no1wudi authored and xiaoxiang781216 committed Sep 11, 2024
1 parent 2e01a7c commit 0b3e5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ Make.dep
build
.ccls-cache
compile_commands.json
.aider*

0 comments on commit 0b3e5f2

Please sign in to comment.