mirror of
https://github.com/stanfordnlp/CoreNLP.git
synced 2026-03-26 07:21:43 +00:00
22 lines
168 B
Plaintext
22 lines
168 B
Plaintext
*.pyc
|
|
*.swp
|
|
*.swo
|
|
*.o
|
|
*.so
|
|
.DS_Store
|
|
.settings/**
|
|
|
|
# stuff gets built here
|
|
classes/**
|
|
|
|
# IntelliJ IDEA
|
|
*.eml
|
|
*.iml
|
|
.idea/**
|
|
|
|
# emacs
|
|
*~
|
|
|
|
# generated javadoc
|
|
javadoc/**
|