forked from cobertura/cobertura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
28 lines (28 loc) · 1.29 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
build/
cobertura/bin/
cobertura/build/
cobertura/cobertura.jar
cobertura/cobertura.ser
cobertura/src/main/java/net/sourceforge/cobertura/javancss/parser/
cobertura/src/test/resources/examples/functionalconditiontest/classes/
cobertura/src/test/resources/examples/functionalconditiontest/cobertura.ser
cobertura/src/test/resources/examples/functionalconditiontest/instrumented/
cobertura/src/test/resources/examples/functionalconditiontest/reports/
cobertura/src/test/resources/examples/functionaltest1/classes/
cobertura/src/test/resources/examples/functionaltest1/cobertura.ser
cobertura/src/test/resources/examples/functionaltest1/instrumented/
cobertura/src/test/resources/examples/functionaltest1/reports/
cobertura/src/test/resources/examples/functionaltest1/tmp/
cobertura/src/test/resources/ant/IgnoreTrivial/classes/
cobertura/src/test/resources/ant/IgnoreTrivial/instrumented/
cobertura/src/test/resources/ant/IgnoreTrivial/reports/
cobertura/src/test/resources/ant/IgnoreTrivial/cobertura.ser
cobertura/src/test/resources/ant/IgnoreMethodAnnotation/classes/
cobertura/src/test/resources/ant/IgnoreMethodAnnotation/instrumented/
cobertura/src/test/resources/ant/IgnoreMethodAnnotation/reports/
cobertura/src/test/resources/ant/IgnoreMethodAnnotation/cobertura.ser
*.iml
*.project
*.classpath
**/target/
*.idea