add test/ files to .gitignore
This commit is contained in:
parent
a0e273fdca
commit
578f3f4600
13
.gitignore
vendored
13
.gitignore
vendored
@ -43,6 +43,8 @@ tools/fax2tiff
|
|||||||
tools/pal2rgb
|
tools/pal2rgb
|
||||||
tools/ppm2tiff
|
tools/ppm2tiff
|
||||||
tools/raw2tiff
|
tools/raw2tiff
|
||||||
|
tools/rgb2ycbcr
|
||||||
|
tools/thumbnail
|
||||||
tools/tiff2bw
|
tools/tiff2bw
|
||||||
tools/tiff2pdf
|
tools/tiff2pdf
|
||||||
tools/tiff2ps
|
tools/tiff2ps
|
||||||
@ -52,7 +54,18 @@ tools/tiffcp
|
|||||||
tools/tiffcrop
|
tools/tiffcrop
|
||||||
tools/tiffdither
|
tools/tiffdither
|
||||||
tools/tiffdump
|
tools/tiffdump
|
||||||
|
tools/tiffgt
|
||||||
tools/tiffinfo
|
tools/tiffinfo
|
||||||
tools/tiffmedian
|
tools/tiffmedian
|
||||||
tools/tiffset
|
tools/tiffset
|
||||||
tools/tiffsplit
|
tools/tiffsplit
|
||||||
|
test/ascii_tag
|
||||||
|
test/custom_dir
|
||||||
|
test/long_tag
|
||||||
|
test/raw_decode
|
||||||
|
test/rewrite
|
||||||
|
test/short_tag
|
||||||
|
test/strip_rw
|
||||||
|
test/*.log
|
||||||
|
test/*.trs
|
||||||
|
test/o-*
|
||||||
|
Loading…
Reference in New Issue
Block a user