chore: remove gRPC auto-generated C++ source files.

CMake will regenerate the files when needed, they do not need to be under source control.
This commit is contained in:
Xavier Michelon
2023-06-30 16:34:11 +02:00
parent 6c9d5ccd4a
commit e96713a998
9 changed files with 4 additions and 47285 deletions

4
.gitignore vendored
View File

@ -41,3 +41,7 @@ cmake-build-*/
# Doxygen doc files
_doc/
# gRPC auto-generated C++ source files
*.pb.cc
*.pb.h