forked from wso2-attic/product-mb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
35 lines (27 loc) · 985 Bytes
/
.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
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
*.iml
*.iws
*.ipr
.idea/
# Mac Files #
.DS_Store
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
target/
modules/distribution/src/site/
# Resources generated in tests
/modules/integration/tests-integration/*/src/test/resources/axis2config/
/modules/integration/tests-integration/*/src/test/resources/client/
/modules/integration/tests-integration/*/src/test/resources/keystores/
/modules/integration/tests-ui-integration/src/test/resources/axis2config/
/modules/integration/tests-ui-integration/src/test/resources/client/
/modules/integration/tests-ui-integration/src/test/resources/keystores/
modules/integration/tests-platform/tests-clustering/src/test/resources/axis2config/
modules/integration/tests-platform/tests-clustering/src/test/resources/client/
modules/integration/tests-platform/tests-clustering/src/test/resources/keystores/