Merge pull request #472 from mback2k/ignore-tests

Update .gitignore to exclude files produced during tests
pull/473/head
Raphaël Vinot 2019-10-03 14:01:54 -07:00 committed by GitHub
commit 5cd9e26073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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