-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
25 lines (25 loc) · 1.02 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
/target/classes/META-INF/MANIFEST.MF
/target/classes/META-INF/maven/com.syrokko/cloudHistSyr/pom.properties
/target/classes/META-INF/maven/com.syrokko/cloudHistSyr/pom.xml
/target/classes/creation_histo/Histo_calcMap.class
/target/classes/creation_histo/Histo_calcReduce.class
/target/classes/creation_histo/HistogramCalculator.class
/target/classes/test/Combinaisons.class
/target/classes/test/Main.class
/target/classes/val_frontiere/Val_front.class
/target/classes/val_frontiere/Val_frontCombiner.class
/target/classes/val_frontiere/Val_frontMap.class
/target/classes/val_frontiere/Val_frontReduce.class
/.classpath
/.project
/.settings/org.eclipse.jdt.core.prefs
/.settings/org.eclipse.m2e.core.prefs
/bin/creation_histo/Histo_calcMap.class
/bin/creation_histo/Histo_calcReduce.class
/bin/creation_histo/HistogramCalculator.class
/bin/test/Combinaisons.class
/bin/test/Main.class
/bin/val_frontiere/Val_front.class
/bin/val_frontiere/Val_frontCombiner.class
/bin/val_frontiere/Val_frontMap.class
/bin/val_frontiere/Val_frontReduce.class