Skip to content

Commit 9f74496

Browse files
committed
Fix Git ignores.
1 parent 7175602 commit 9f74496

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.gitignore

+6-7
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,27 @@
1010

1111
# Virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1212
hs_err_pid*
13-
1413
*.DS_Store
15-
1614
target/
1715

1816
# Data Files
1917
data/*/*txt
2018
data/*/*/
21-
2219
*~
2320

2421
# OpenNLP Downloaded Models
2522
model/opennlp/*bin
26-
2723
*pyc
2824

2925
# Log files
3026
*out
3127
.pydevproject
32-
3328
.classpath
34-
3529
.project
36-
3730
.settings/
31+
32+
# Generated models
33+
model/en-ageClassify.bin
34+
35+
# Spark
36+
spark-2.0.0-bin-hadoop2.7*

0 commit comments

Comments
 (0)