From 369ec81ea4b41d96734c764b4f33eafa3923afa2 Mon Sep 17 00:00:00 2001 From: Julien Blondeau Date: Fri, 2 Feb 2018 16:07:05 +0100 Subject: [PATCH] [#2] Add transient pytest files Change-Id: I15a55b5c8e8c267f82fa1535a2f1865c201493dc --- .gitignore | 5 ++++- python/.gitignore | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0bd29f8ab..aac31e77b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,8 +19,11 @@ debian/qibuild/ # IDE project's files .idea -# Transient files +# Generic transient files *~ ~* *.log +# PyTest transient files +.cache +.pytest_cache diff --git a/python/.gitignore b/python/.gitignore index 22b80cd5c..9dd7f088a 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -8,5 +8,5 @@ qibuild.egg-info/ .pytest # Coverage -.coverage +.coverage* htmlcov/