From 83ff6af378bff148a394e26ef1e711e4b27e1934 Mon Sep 17 00:00:00 2001 From: "Xuan (Sean) Hu" Date: Thu, 20 Feb 2020 02:09:45 +0800 Subject: [PATCH] Add `cover/` to Python.gitignore. (#3310) --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 5e79d708..762cc89f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -50,6 +50,7 @@ coverage.xml *.py,cover .hypothesis/ .pytest_cache/ +cover/ # Translations *.mo