elastic / ml-cpp

Machine learning C++ code
Other
7 stars 62 forks source link

[ML] Actually delete RapidJSON from the repo #2630

Closed droberts195 closed 8 months ago

droberts195 commented 8 months ago

Our dependency on RapidJSON was removed in #2614, but it wasn't actually deleted from the repo.

This PR does that, and also adds valijson to the .gitignore file so that it doesn't clutter the "git status" output.