elastic / ml-cpp

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

[8.13] [ML] Actually delete RapidJSON from the repo #2633

Closed droberts195 closed 6 months ago

droberts195 commented 6 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.

Backport of #2630