mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
configs/.gitignore: Make sure that any .gdbinit, .project, or .cproject files are ignore so that they are less likely to be included in a patch or PR.
This commit is contained in:
@@ -9,6 +9,8 @@ Make.dep
|
|||||||
.*.swp
|
.*.swp
|
||||||
core
|
core
|
||||||
.gdbinit
|
.gdbinit
|
||||||
|
.project
|
||||||
|
.cproject
|
||||||
cscope.out
|
cscope.out
|
||||||
/Make.dep
|
/Make.dep
|
||||||
/.depend
|
/.depend
|
||||||
|
|||||||
Reference in New Issue
Block a user