10 .DS_Store
11 .metadata/
12 .recommenders/
13 test/nashorn/script/external
14 test/nashorn/lib
15 NashornProfile.txt
16 **/JTreport/**
17 **/JTwork/**
18 /src/utils/LogCompilation/target/
19 /src/utils/LogCompilation/logc.jar
20 /.project/
21 /.settings/
22 /compile_commands.json
23 /.cache
24 /.gdbinit
25 /.lldbinit
26 **/core.[0-9]*
27 *.rej
28 *.orig
29 test/benchmarks/**/target
30 /src/hotspot/CMakeLists.txt
31 /src/hotspot/compile_commands.json
32 /src/hotspot/cmake-build-debug/
33 /src/hotspot/.cache/
34 /src/hotspot/.idea/
|
10 .DS_Store
11 .metadata/
12 .recommenders/
13 test/nashorn/script/external
14 test/nashorn/lib
15 NashornProfile.txt
16 **/JTreport/**
17 **/JTwork/**
18 /src/utils/LogCompilation/target/
19 /src/utils/LogCompilation/logc.jar
20 /.project/
21 /.settings/
22 /compile_commands.json
23 /.cache
24 /.gdbinit
25 /.lldbinit
26 **/core.[0-9]*
27 *.rej
28 *.orig
29 test/benchmarks/**/target
30 *.sh
31 .clangd
32 debug/
33 /src/hotspot/CMakeLists.txt
34 /src/hotspot/compile_commands.json
35 /src/hotspot/cmake-build-debug/
36 /src/hotspot/.cache/
37 /src/hotspot/.idea/
|