From: Kanagaraj M Date: Fri, 2 Aug 2019 07:00:15 +0000 (+0530) Subject: Ignore python build artifacts from git X-Git-Tag: 4.0.0~145^2~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2f0ff37c4c0b7ea14251bfe857d7e90b1eb4e9ce;p=cli.git Ignore python build artifacts from git Issue-ID: CLI-169 Change-Id: If01be3c63c6882b1bf86a246bbc3e2c7240cc4c3 Signed-off-by: Kanagaraj Manickam k00365106 --- diff --git a/.gitignore b/.gitignore index cca40b2f..a0332538 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ bin/ target/ coverage-report/ data/ +build/ +dist/ +ocomp.egg-info/ .project .settings .classpath @@ -10,3 +13,5 @@ data/ *.iml *.log .idea +*.pyc +