< prev index next >

.gitignore

Print this page
*** 23,10 ***
--- 23,13 ---
  /.cache
  /.gdbinit
  /.lldbinit
  **/core.[0-9]*
  test/benchmarks/**/target
+ *.sh
+ .clangd
+ debug/
  /src/hotspot/CMakeLists.txt
  /src/hotspot/compile_commands.json
  /src/hotspot/cmake-build-debug/
  /src/hotspot/.cache/
  /src/hotspot/.idea/
< prev index next >