< prev index next >

.gitignore

Print this page

 8 /.src-rev
 9 /.jib/
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 test/benchmarks/**/target



28 /src/hotspot/CMakeLists.txt
29 /src/hotspot/compile_commands.json
30 /src/hotspot/cmake-build-debug/
31 /src/hotspot/.cache/
32 /src/hotspot/.idea/

 8 /.src-rev
 9 /.jib/
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 test/benchmarks/**/target
28 *.sh
29 .clangd
30 debug/
31 /src/hotspot/CMakeLists.txt
32 /src/hotspot/compile_commands.json
33 /src/hotspot/cmake-build-debug/
34 /src/hotspot/.cache/
35 /src/hotspot/.idea/
< prev index next >