chore: Update .gitignore

This is a cherry-pick of commit df3b9173277aae60b08a216dc23484f6ec171ef5
from branch 'libpng18'.
This commit is contained in:
Cosmin Truta 2025-06-14 18:29:05 +03:00
parent 7084241c75
commit 5dc5937b30

24
.gitignore vendored
View File

@ -122,6 +122,7 @@ ipch/
*.out *.out
*out.png *out.png
[._]deps/ [._]deps/
[._]libs/
.dirstamp .dirstamp
/Makefile /Makefile
/autom4te.cache/ /autom4te.cache/
@ -143,13 +144,16 @@ pnglibconf.dfn
pnglibconf.pre pnglibconf.pre
pngprefix.h pngprefix.h
# Libpng test programs # Libpng test programs, scripts and artifacts
png-fix-itxt /test-suite.log
pngcp /tests/*.log
pngfix /tests/*.trs
pngimage /png-fix-itxt
pngstest /pngcp
pngtest /pngfix
pngunknown /pngimage
pngvalid /pngstest
timepng /pngtest
/pngunknown
/pngvalid
/timepng