Files
love/.gitignore
T
ell 24d84418c7 testsuite updates
- added some additional checks to check for lua version/jit enabled for use with other repos (namely love potion)
- updated HTML report CSS to group each image compare and fix pixel rendering
- fixed not showing image checks for the 4th compareImg or more in a given test method
- fixed pixel tolerance usage crashing when looking at images on the boundary
- fixed compare img not checking the first 2 rows of pixels on the x + y
-graphic tests that fail will now show a third "difference" image to help identify what isn't matching up
2024-03-22 12:17:15 +00:00

77 lines
1.1 KiB
Plaintext

# automake products
/config.h
/config.h.in
/config.log
/config.status
/configure
/configure-modules-post.ac
/configure-modules-pre.ac
/configure.ac
/extra/reshax/Release/
/extra/reshax/Debug/
/extra/reshax/resources.h
/extra/reshax/resources.cpp
*.obj
*.o
*.dirstamp
*.m4
*.Po
*.lo
*.Plo
*.dll
*.user
*.suo
*/Release*
*/Debug*
*.lib
*.ncb
*.exe
*.bat
/platform/xcode/Build
/platform/xcode/DerivedData
/platform/xcode/ios/include
/platform/xcode/ios/libraries
/platform/xcode/ios/luajit-git
/platform/xcode/macosx/Frameworks
*xcuserdata*
*.DS_Store
*.dylib
*.dmg*
demos
*.orig
.*.swp
/autom4te.cache/
/src/.libs/
*~
Makefile*
libtool
/src/config.h
/platform/unix/ar-lib
/platform/unix/compile
/platform/unix/config.guess
/platform/unix/config.sub
/platform/unix/debian/changelog
/platform/unix/debian/control
/platform/unix/debian/rules
/platform/unix/depcomp
/platform/unix/install-sh
/platform/unix/love.desktop
/platform/unix/ltmain.sh
/platform/unix/missing
.lineno
*.la
*.Tpo
*.rej
*/.deps
stamp-h1
/src/love
/src/tags
.vs/
.vscode/
/testing/output/*.xml
/testing/output/*.html
/testing/output/*.md
/testing/output/actual/*.png
/testing/output/difference/*.png