* Ignore cpp files from parser

This commit is contained in:
Matthew Honnibal 2014-12-18 09:05:51 +11:00
parent 8446ebfbbb
commit e3b123e6e0
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,6 +3,8 @@
*.sw* *.sw*
Profile.prof Profile.prof
spacy/syntax/*.cpp
spacy/syntax/*.html
spacy/*.cpp spacy/*.cpp
spacy/ner/*.cpp spacy/ner/*.cpp
spacy/orthography/*.cpp spacy/orthography/*.cpp