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
This commit is contained in:
Oliver Smith 2018-09-19 16:33:55 +02:00 committed by osmith
parent 999e449501
commit 7fab6f5412
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ tokens.txt
.*.sw?
jenkins_jobs.ini
jenkins-jobs.ini
__pycache__/