2c4c039056
To disable DoS limits for JPEG loading. Adding API on a stable branch is bad, but this fixes a regression, so I think it's necessary, unfortunately. See https://github.com/libvips/libvips/issues/2973
163 lines
2.1 KiB
Plaintext
163 lines
2.1 KiB
Plaintext
### C
|
|
# Object files
|
|
*.o
|
|
|
|
# Libraries
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
|
|
# Build directories
|
|
build/
|
|
debug/
|
|
release/
|
|
|
|
# Executables
|
|
*.out
|
|
### End of C
|
|
|
|
### Python
|
|
# Byte-compiled / optimized
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Unit test
|
|
.pytest_cache/
|
|
### End of Python
|
|
|
|
### Autotools
|
|
# https://www.gnu.org/software/automake/
|
|
.deps/
|
|
.libs/
|
|
*.log
|
|
*.trs
|
|
.dirstamp
|
|
Makefile.in
|
|
py-compile
|
|
test-driver
|
|
|
|
# https://www.gnu.org/software/autoconf/
|
|
autom4te.cache/
|
|
aclocal.m4
|
|
compile
|
|
config.guess
|
|
config.h
|
|
config.h.*
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
missing
|
|
stamp-h1
|
|
|
|
# https://www.gnu.org/software/libtool/
|
|
libtool
|
|
ltmain.sh
|
|
|
|
# https://www.gnu.org/software/m4/
|
|
m4/glib-gettext.m4
|
|
m4/gtk-doc.m4
|
|
m4/intltool.m4
|
|
m4/introspection.m4
|
|
m4/libtool.m4
|
|
m4/ltoptions.m4
|
|
m4/ltsugar.m4
|
|
m4/ltversion.m4
|
|
m4/lt~obsolete.m4
|
|
m4/pkg.m4
|
|
|
|
# Generated files
|
|
Makefile
|
|
libvips/include/vips/version.h
|
|
test/variables.sh
|
|
### End of Autotools
|
|
|
|
### gettext
|
|
po/Makefile.in.in
|
|
po/*.pot
|
|
po/POTFILES
|
|
po/de.gmo
|
|
po/en_GB.gmo
|
|
po/malkovich.gmo
|
|
### End of gettext
|
|
|
|
### Tools
|
|
tools/batch_crop
|
|
tools/batch_image_convert
|
|
tools/batch_rubber_sheet
|
|
tools/light_correct
|
|
tools/shrink_width
|
|
tools/vips
|
|
tools/vipsedit
|
|
tools/vipsheader
|
|
tools/vipsthumbnail
|
|
fuzz/*_fuzzer
|
|
### End of Tools
|
|
|
|
### GTK-Doc
|
|
doc/html-build.stamp
|
|
doc/html.stamp
|
|
doc/html/
|
|
doc/libvips-decl-list.txt
|
|
doc/libvips-decl.txt
|
|
doc/libvips-docs.sgml
|
|
doc/libvips-docs.xml
|
|
doc/libvips-overrides.txt
|
|
doc/libvips-sections.txt
|
|
doc/libvips-undeclared.txt
|
|
doc/libvips-undocumented.txt
|
|
doc/libvips-unused.txt
|
|
doc/libvips.actions
|
|
doc/libvips.args
|
|
doc/libvips.hierarchy
|
|
doc/libvips.interfaces
|
|
doc/libvips.prerequisites
|
|
doc/libvips.signals
|
|
doc/libvips.types
|
|
doc/scan-build.stamp
|
|
doc/setup-build.stamp
|
|
doc/sgml-build.stamp
|
|
doc/sgml.stamp
|
|
doc/tmpl-build.stamp
|
|
doc/tmpl.stamp
|
|
doc/tmpl/
|
|
doc/xml/
|
|
gtk-doc.make
|
|
libvips-scan
|
|
### End of GTK-Doc
|
|
|
|
### GObject introspection
|
|
libvips/introspect
|
|
Vips-8.0.gir
|
|
Vips-8.0.typelib
|
|
### End of GObject introspection
|
|
|
|
### pkg-config
|
|
# Generated files
|
|
*.pc
|
|
### End of pkg-config
|
|
|
|
### VIM
|
|
# Temporary files
|
|
*~
|
|
tmp
|
|
tmp-*
|
|
|
|
# Swap
|
|
.*.swp
|
|
.*.swo
|
|
|
|
# Backup
|
|
*.bak
|
|
|
|
# Auto-generated tag files
|
|
tags
|
|
TAGS
|
|
### End of VIM
|
|
|
|
### Distribution
|
|
vips-*.tar.gz
|
|
### End of Distribution
|