This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
/
.gitignore
56 lines (55 loc) · 1.62 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/jaxb-ri/docs/release-documentation/target/
/jaxb-ri/docs/www/target/
/jaxb-ri/tools/jing-rnc-driver/build/
/jaxb-ri/tools/pretty-printer/build/
/jaxb-ri/tools/xmllint/build/
/jaxb-ri/tools/source-tidy/*.class
/jaxb-ri/tools/lib/util/pretty-printer.jar
/jaxb-ri/tools/lib/util/jing-rnc-driver.jar
*.class
/jaxb-ri/nbproject/private/
.idea
.DS_Store
/jaxb-ri/bundles/core/target/
/jaxb-ri/bundles/jxc/target/
/jaxb-ri/bundles/osgi/extra/target/
/jaxb-ri/bundles/osgi/osgi/target/
/jaxb-ri/bundles/ri/target/
/jaxb-ri/bundles/runtime/target/
/jaxb-ri/bundles/xjc/target/
/jaxb-ri/core/target/
/jaxb-ri/jxc/target/
/jaxb-ri/runtime/fi/target/
/jaxb-ri/runtime/impl/target/
/jaxb-ri/runtime/jaxb1/target/
/jaxb-ri/runtime/staxex/target/
/jaxb-ri/samples/target/
/jaxb-ri/xjc/target/
*.iml
/jaxb-ri/txw/runtime/target/
/jaxb-ri/txw/compiler/target/
/jaxb-ri/target/
/jaxb-ri/txw/target/
/jaxb-ri/runtime/target/
/jaxb-ri/docs/target/
/jaxb-ri/bundles/target/
/jaxb-ri/bundles/osgi/target/
/jaxb-ri/external/rngom/target/
/jaxb-ri/bundles/osgi/tests/target/
/jaxb-ri/codemodel/target/
/jaxb-ri/codemodel/codemodel-annotation-compiler/target/
/jaxb-ri/codemodel/codemodel/target/
/jaxb-ri/tools/osgi_tests/core/target/
/jaxb-ri/tools/osgi_tests/jxc/target/
/jaxb-ri/tools/osgi_tests/osgi/target/
/jaxb-ri/tools/osgi_tests/osgi_extra/target/
/jaxb-ri/tools/osgi_tests/parent/target/
/jaxb-ri/tools/osgi_tests/runtime/target/
/jaxb-ri/tools/osgi_tests/xjc/target/
/jaxb-ri/boms/bom-ext/target/
/jaxb-ri/boms/bom/target/
/jaxb-ri/external/target/
/jaxb-ri/tools/osgi_tests/target/
/jaxb-ri/xsom/target/
/jaxb-ri/jaxb-xjc-jdk9/target/
/jaxb-ri/jaxb-jxc-jdk9/target/