author | jjg |
Fri, 13 Jan 2017 15:48:12 -0800 | |
changeset 43145 | 35ee451a5fd3 |
parent 42377 | 0bbd5e43e671 |
permissions | -rw-r--r-- |
16147 | 1 |
syntax: glob |
2 |
||
16148
8291daeefda4
8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents:
16147
diff
changeset
|
3 |
build/* |
8291daeefda4
8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents:
16147
diff
changeset
|
4 |
dist/* |
16145 | 5 |
/nbproject/private/ |
16148
8291daeefda4
8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents:
16147
diff
changeset
|
6 |
private.xml |
8291daeefda4
8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents:
16147
diff
changeset
|
7 |
private.properties |
26512
f3d4b01ac41e
8058180: .hgignore should be updated with webrev in all repos
wetmore
parents:
24719
diff
changeset
|
8 |
^webrev |
17527
6e45d9c2328c
8014329: Slim down the label stack structure in CodeGenerator
lagergren
parents:
16176
diff
changeset
|
9 |
.classpath |
16147 | 10 |
*.class |
16148
8291daeefda4
8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents:
16147
diff
changeset
|
11 |
*.clazz |
16147 | 12 |
*.log |
13 |
*.orig |
|
24719 | 14 |
*.rej |
15 |
*~ |
|
16148
8291daeefda4
8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents:
16147
diff
changeset
|
16 |
genfiles.properties |
16147 | 17 |
hotspot.log |
18 |
.DS_Store* |
|
19 |
TEST-*.xml |
|
20 |
TESTS-*.xml |
|
21 |
report.xml |
|
16148
8291daeefda4
8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents:
16147
diff
changeset
|
22 |
CC/* |
8291daeefda4
8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents:
16147
diff
changeset
|
23 |
jcov2/* |
16147 | 24 |
.idea/* |
35797
148bb1cd62e5
8149744: fix testng.jar delivery in Nashorn build.xml
mhaupt
parents:
31737
diff
changeset
|
25 |
test/lib/*.jar |
16176
8678c9abbb99
8006304: Remove pre-population of maps for constructor produced maps
jlaskey
parents:
16149
diff
changeset
|
26 |
test/script/external/* |
17762 | 27 |
.project |
27102
c64b3468d51d
8012518: Reengineer Parser.java to make it play well with the copy-on-write IR.
lagergren
parents:
26512
diff
changeset
|
28 |
.externalToolBuilders/* |
c64b3468d51d
8012518: Reengineer Parser.java to make it play well with the copy-on-write IR.
lagergren
parents:
26512
diff
changeset
|
29 |
.settings/* |
36479 | 30 |
NashornProfile.txt |