From ab4946c8b80da510a5a518dca066d8159473345f Mon Sep 17 00:00:00 2001 From: Alexander Pivovarov Date: Fri, 7 Sep 2018 10:11:00 -0700 Subject: [PATCH] Add dist to python/.gitignore (#1691) --- python/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/.gitignore b/python/.gitignore index c37a64c4..a4d2483a 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -1,2 +1,3 @@ build -*.cpp \ No newline at end of file +dist +*.cpp