RFR: 8344350: Add '.gdbinit' and '.lldbinit' to file '.gitignore'

Guoxiong Li gli at openjdk.org
Sat Nov 16 16:34:14 UTC 2024


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

-------------

Commit messages:
 - JDK-8344350

Changes: https://git.openjdk.org/jdk/pull/22176/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22176&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8344350
  Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/22176.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22176/head:pull/22176

PR: https://git.openjdk.org/jdk/pull/22176


More information about the build-dev mailing list