From 70a5eff927ebab1e4dede7549bfa084bfbc3a48c Mon Sep 17 00:00:00 2001 From: Victor Popov Date: Fri, 4 Sep 2020 17:48:17 +0300 Subject: [PATCH] [python] ignore python modules temporary build dirs --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index d2760543ef..eee7d6919c 100644 --- a/.gitignore +++ b/.gitignore @@ -189,6 +189,14 @@ designer_version.h # Build version build_version.hpp +#python modules building +tools/python/*/build +tools/python/*/dist +tools/python/*/*.egg-info +tools/python/data/*/build +tools/python/data/*/dist +tools/python/data/*/*.egg-info + # Configs tools/python/maps_generator/var/etc/map_generator.ini tools/python/routing/etc/*.ini