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
Wed Sep 19 14:36:25 UTC 2018


osmith has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/32/11032/1

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: newchange
Gerrit-Change-Id: Ic8fb08fec1629846fc0712d6bc0b6288fbba7dc9
Gerrit-Change-Number: 11032
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180919/a64bf664/attachment.htm>


More information about the gerrit-log mailing list