diff --git a/.gitignore b/.gitignore index 21b96c7b..3c7238ac 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ build*/ *.pyc .* *~ + +# ignore png image generated from test +test/*.png