Integrated: 8344350: Add '.gdbinit' and '.lldbinit' to file '.gitignore'
Guoxiong Li
gli at openjdk.org
Wed Nov 20 01:11:29 UTC 2024
On Sat, 16 Nov 2024 16:29:20 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> Some developers want to run some initial scripts locally when the debugger (gdb or lldb) starts. So they often add a file named `.gdbinit` or `.lldbinit` in the project root path. It is good to ignore them.
>
> Thanks for your review.
>
> Best Regards,
> -- Guoxiong
This pull request has now been integrated.
Changeset: bc7eabd7
Author: Guoxiong Li <gli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/bc7eabd7e4c499fc1b1f37b958c7384078b69bce
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
8344350: Add '.gdbinit' and '.lldbinit' to file '.gitignore'
Reviewed-by: ihse, erikj
-------------
PR: https://git.openjdk.org/jdk/pull/22176
More information about the build-dev
mailing list