8371650: Add CMakeLists.txt and compile_commands.json into .gitignore

Reviewed-by: erikj
This commit is contained in:
Leonid Mesnik 2025-11-17 21:00:22 +00:00
parent 6c09529cd6
commit e5f6332610

5
.gitignore vendored
View File

@ -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/