diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0006d9a8..8183b308 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ -# gitignore *.pyc *.orig *.bak *.cross *~ +*.swo +*.swp genotype_files/genotype/HSNIH_copy.geno web/new_genotypes/HSNIH.json wqflask/secure_server.py @@ -13,3 +14,5 @@ dist/ EGG-INFO/ wqflask/output/* wqflask/wqflask/static/output/* +wqflask/.coverage +wqflask/coverage_html_report \ No newline at end of file |
