From e5f63326100384d2c2be8c916423e1f120b595d3 Mon Sep 17 00:00:00 2001 From: Leonid Mesnik Date: Mon, 17 Nov 2025 21:00:22 +0000 Subject: [PATCH] 8371650: Add CMakeLists.txt and compile_commands.json into .gitignore Reviewed-by: erikj --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 852b692f99b..0743489f8ec 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,8 @@ NashornProfile.txt *.rej *.orig test/benchmarks/**/target +/src/hotspot/CMakeLists.txt +/src/hotspot/compile_commands.json +/src/hotspot/cmake-build-debug/ +/src/hotspot/.cache/ +/src/hotspot/.idea/