Change in osmo-ci[master]: gitignore: add __pycache__

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Thu Sep 20 08:11:47 UTC 2018


osmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/11032 )

Change subject: gitignore: add __pycache__
......................................................................

gitignore: add __pycache__

The osmo-depcheck script consists of multiple Python files. Python
creates a __pycache__ folder, so let's make sure that does not get
added by accident into the git repository.

Related: OS#2642
Change-Id: Ic8fb08fec1629846fc0712d6bc0b6288fbba7dc9
---
M .gitignore
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  osmith: Verified



diff --git a/.gitignore b/.gitignore
index 07c4349..1717928 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 .*.sw?
 jenkins_jobs.ini
 jenkins-jobs.ini
+__pycache__/

-- 
To view, visit https://gerrit.osmocom.org/11032
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic8fb08fec1629846fc0712d6bc0b6288fbba7dc9
Gerrit-Change-Number: 11032
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180920/a9e5ee3b/attachment.htm>


More information about the gerrit-log mailing list