.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 <huangqi3@xiaomi.com>
This commit is contained in:
parent
2e01a7c7af
commit
0b3e5f2339
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ Make.dep
|
|||||||
build
|
build
|
||||||
.ccls-cache
|
.ccls-cache
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
.aider*
|
||||||
|
Loading…
Reference in New Issue
Block a user