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:
parent
d5acc050cc
commit
1bb5a74035
1 changed files with 2 additions and 0 deletions
2
configs/.gitignore
vendored
2
configs/.gitignore
vendored
|
@ -9,6 +9,8 @@ Make.dep
|
|||
.*.swp
|
||||
core
|
||||
.gdbinit
|
||||
.project
|
||||
.cproject
|
||||
cscope.out
|
||||
/Make.dep
|
||||
/.depend
|
||||
|
|
Loading…
Reference in a new issue