From 5a1403a33a6f427468a907ebbd0ecfe6fd5451ee Mon Sep 17 00:00:00 2001 From: Renato Date: Tue, 5 Apr 2022 23:33:01 -0300 Subject: [PATCH] ignore Protobuf generated files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a1decf97a7..fa2d9a223d 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,10 @@ cmake-build-*/ *.exp *.lib +# Protobuf generated files +*.pb.cc +*.pb.h + # Visual C++ cache files ipch/ *.aps