Update .gitignore to exclude files produced during tests

pull/472/head
Marc Hoersken 2019-10-03 19:45:17 +02:00
parent 742a579215
commit 0c1ebbf82e
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -6,8 +6,10 @@ examples/cudeso.py
examples/feed-generator/output/*\.json
examples/feed-generator/output/hashes\.csv
examples/feed-generator/settings\.py
tests/reportlab_testoutputs/*\.pdf
build/*
dist/*
pymisp.egg-info/*
.coverage
.idea