diff options
author | Xuan (Sean) Hu <i@huxuan.org> | 2020-02-20 02:09:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 14:09:45 -0400 |
commit | 83ff6af378bff148a394e26ef1e711e4b27e1934 (patch) | |
tree | e146a37404be3747a2dcdf828f6fcf0627ccfcbd /Python.gitignore | |
parent | 8d88fa521558039b0d114ca8bf379d1e810b0c32 (diff) | |
download | gitignore-83ff6af378bff148a394e26ef1e711e4b27e1934.tar.gz gitignore-83ff6af378bff148a394e26ef1e711e4b27e1934.zip |
Add `cover/` to Python.gitignore. (#3310)
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |