From 14b43762d64cdda2e90a59807f2b61ce499be4a4 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 13 Feb 2020 12:15:52 -0500 Subject: Fix tox.ini python2 is EOL Issue-ID: CIMAN-33 Signed-off-by: Aric Gardner Change-Id: I547cb9ca20ae8befe144528dc9270f1fc9cf4d14 --- pylog/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pylog/.gitignore (limited to 'pylog/.gitignore') diff --git a/pylog/.gitignore b/pylog/.gitignore new file mode 100644 index 0000000..9d5ff4e --- /dev/null +++ b/pylog/.gitignore @@ -0,0 +1,4 @@ +.coverage +.tox/ +__pycache__/ +tests/__pycache__/ -- cgit