Skip to content

Commit

Permalink
Add result_images folder to gitignore and make clean list
Browse files Browse the repository at this point in the history
Patches #555.
  • Loading branch information
weiji14 committed Sep 8, 2020
1 parent 5a17858 commit 6146606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ MANIFEST
.pytest_cache/
.ipynb_checkpoints/
.vscode/
result_images/
tmp-test-dir-with-unique-name/
coverage.xml
htmlcov
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ clean:
rm -rvf build dist MANIFEST *.egg-info __pycache__ .coverage .cache htmlcov coverage.xml
rm -rvf $(TESTDIR)
rm -rvf baseline
rm -rvf result_images

0 comments on commit 6146606

Please sign in to comment.