Harald Welte has submitted this change and it was merged. Change subject: Ignore compilation byproducts ......................................................................
Ignore compilation byproducts Change-Id: Ic04a1b9411b851547ef7ce7a9b562cb290081ca9 --- M .gitignore 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Harald Welte: Looks good to me, approved Jenkins Builder: Verified diff --git a/.gitignore b/.gitignore index 766f495..095d598 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ osmopython.egg-info/ +*.pyc +build/ +dist/ -- To view, visit https://gerrit.osmocom.org/5483 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic04a1b9411b851547ef7ce7a9b562cb290081ca9 Gerrit-PatchSet: 4 Gerrit-Project: python/osmo-python-tests Gerrit-Branch: master Gerrit-Owner: Max <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: Neels Hofmeyr <[email protected]>
