From 6ce12995676d598e6a659a206c5fb06f81890515 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 22 Sep 2020 13:43:47 +0200 Subject: [PATCH] gitignore: Add __pychache__ dir That's created by VTY tests running python. Change-Id: Idb67909ddd5027dbdcbf5a3882d1bb0d4ff9d29e --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 58be63b8..01f4f47d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ src/osmo-pcu-remote # tests .dirstamp +__pycache__/ tests/atconfig tests/package.m4 tests/*/*Test