From 7f93c8f7a6af75c954c52ef8ab711a5213e02910 Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Tue, 24 Sep 2019 15:43:22 -0400 Subject: [PATCH] .gitignore: Ignore Python build artifacts Signed-off-by: Adam C. Emerson --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 985b348442b..dd7da0fed52 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,5 @@ GTAGS # mypy cache .mypy_cache/ +# Python building things where it shouldn't +/src/python-common/build/ \ No newline at end of file -- 2.39.5