author | lana |
Thu, 23 Feb 2017 17:22:06 +0000 | |
changeset 43906 | 967cf1d9c601 |
parent 42650 | 1f304d0c888b |
child 43972 | 1ade39b8381b |
permissions | -rw-r--r-- |
338
5cf9f61d76f4
6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents:
1
diff
changeset
|
1 |
^build/ |
1 | 2 |
^dist/ |
26444
3e584b46aeaa
8058180: .hgignore should be updated with webrev in all repos
wetmore
parents:
10739
diff
changeset
|
3 |
^webrev |
4315
c60317f0dfe6
6909462: Fix nbproject/private references in .hgignore
ohair
parents:
2564
diff
changeset
|
4 |
/nbproject/private/ |
2564
85c3ae53ca1c
6684007: PrintAssembly plugin not available for linux or windows
never
parents:
768
diff
changeset
|
5 |
^src/share/tools/hsdis/build/ |
768 | 6 |
^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/ |
7 |
^src/share/tools/IdealGraphVisualizer/build/ |
|
8 |
^src/share/tools/IdealGraphVisualizer/dist/ |
|
30591 | 9 |
^src/share/tools/IdealGraphVisualizer/nbplatform/ |
10 |
.igv.log |
|
10739 | 11 |
.DS_Store |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
33632
diff
changeset
|
12 |
^\.mx.jvmci/env |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
33632
diff
changeset
|
13 |
^\.mx.jvmci/.*\.pyc |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
33632
diff
changeset
|
14 |
^\.mx.jvmci/eclipse-launches/.* |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
33632
diff
changeset
|
15 |
^\.mx.jvmci/hotspot/eclipse/.* |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
33632
diff
changeset
|
16 |
^\.idea/ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
33632
diff
changeset
|
17 |
^workingsets.xml |
33632 | 18 |
^src/jdk.vm.ci/share/classes/\w[\w\.]*/.*\.xml |
19 |
^src/jdk.vm.ci/share/classes/\w[\w\.]*/.*\.iml |
|
20 |
^src/jdk.vm.ci/share/classes/\w[\w\.]*/nbproject |
|
21 |
^src/jdk.vm.ci/share/classes/\w[\w\.]*/\..* |
|
22 |
^test/compiler/jvmci/\w[\w\.]*/.*\.xml |
|
23 |
^test/compiler/jvmci/\w[\w\.]*/.*\.iml |
|
24 |
^test/compiler/jvmci/\w[\w\.]*/nbproject |
|
25 |
^test/compiler/jvmci/\w[\w\.]*/\..* |
|
42650 | 26 |
^test/compiler/aot/\w[\w\.]*/.*\.xml |
27 |
^test/compiler/aot/\w[\w\.]*/.*\.iml |
|
28 |
^test/compiler/aot/\w[\w\.]*/nbproject |
|
29 |
^test/compiler/aot/\w[\w\.]*/\..* |
|
30 |
^src/jdk.vm.compiler/\.mx.graal/env |
|
31 |
^src/jdk.vm.compiler/\.mx.graal/.*\.pyc |
|
32 |
^src/jdk.vm.compiler/\.mx.graal/eclipse-launches/.* |
|
33 |
^src/jdk.aot/share/classes/\w[\w\.]*/.*\.xml |
|
34 |
^src/jdk.aot/share/classes/\w[\w\.]*/.*\.iml |
|
35 |
^src/jdk.aot/share/classes/\w[\w\.]*/nbproject |
|
36 |
^src/jdk.aot/share/classes/\w[\w\.]*/\..* |
|
37 |
^src/jdk.vm.compiler/share/classes/\w[\w\.]*/.*\.xml |
|
38 |
^src/jdk.vm.compiler/share/classes/\w[\w\.]*/.*\.iml |
|
39 |
^src/jdk.vm.compiler/share/classes/\w[\w\.]*/nbproject |
|
40 |
^src/jdk.vm.compiler/share/classes/\w[\w\.]*/\..* |
|
41 |