# Build artifacts build/ objs/ *.so *.o src/version.h # Debian build outputs (dpkg-buildpackage writes these to the parent dir, # but if a helper extracts them here, ignore them) *.deb *.buildinfo *.changes debian/.debhelper/ debian/debhelper-build-stamp debian/files debian/libnginx-mod-http-ipng-stats/ debian/tmp/ debian/*.substvars debian/*.log # Test artifacts tests/.venv/ tests/out/ # Editor/OS cruft *.swp *.swo *~ .DS_Store