From a3cae8c13d33454e0f1e1b93dddd3316aa7250da Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Sun, 19 Apr 2020 12:31:35 +0930 Subject: [PATCH] Fix .gitignore for python code --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 426a199..989a5d5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,9 @@ /build /captures .externalNativeBuild -.cxx \ No newline at end of file +.cxx + +**_pb2* +**.egg-info* +**/dist/* +build \ No newline at end of file