diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-07-24 14:46:46 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-07-24 14:46:46 +0200 |
commit | 1d010bd59bc5cf100310b285c743ae27f921b681 (patch) | |
tree | 6b237e9973309ba0f982f4f718099e7b58c0b38d /.gitignore | |
parent | 6825ac2877635bb055de46c7115ed8ab471560ad (diff) |
pylint
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ /lib/__pycache__/ *.pyc /htmlcov/ +/.coverage* |