django-imagekit/.gitignore
Michael Fladischer 4e370fdc59 Replace Lenna image in tests with a truly free alternative.
The Lenna image used in image processing tests is considered problematic due to
its unclear copyright status. Right now it is considered to be "overlooked" by
the copyright holder Playboy.

A suitable replacement image is already provided in the libav sources which is
licensed under the Expat (MIT) license and thus truly free.

This replaces the Lenna image with the one from the libav project.
2016-02-09 11:43:05 +01:00

14 lines
122 B
Text

*.db
*.egg*
*.orig
*.pyc
.DS_Store
.tox
MANIFEST
build
dist
/tests/media/*
!/tests/media/reference.png
/venv
/venv3
/.env