aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-09-19 16:33:55 +0200
committerosmith <osmith@sysmocom.de>2018-09-20 08:11:47 +0000
commit7fab6f54122babe0d29510d96603846f4e8eb3a0 (patch)
tree761d76e0d88d1d36d9299ffcb9401a584351093b
parent999e449501349bb3f2c891519ccb6d332608117e (diff)
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
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 07c4349..1717928 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ tokens.txt
.*.sw?
jenkins_jobs.ini
jenkins-jobs.ini
+__pycache__/