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 <huangqi3@xiaomi.com>
  • Loading branch information
no1wudi committed Sep 11, 2024
1 parent 2e01a7c commit 2a64c6a
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 2a64c6a

Please sign in to comment.