gil/test/extension/io/.gitignore
Mateusz Łoskot 20f511b7d0
Flatten structure of test/extension/io/output/ folder (#400)
There is no need for format-specific subfolders.
There is no code in place that checks if all those folders exist and
creates them.
This change simplifies the structure to simplify running of I/O tests.

Rename images/jpg/ to images/jpeg/ in tests
The `jpeg` is name of the format used in the I/O extension and
the folders inside `images/` are named after those formats.
2019-10-29 08:59:55 +01:00

10 lines
128 B
Plaintext

/output/*.bmp
/output/*.crw
/output/*.jpg
/output/*.jpeg
/output/*.png
/output/*.pnm
/output/*.tga
/output/*.tif
/output/*.tiff