1
0
mirror of https://github.com/RPCS3/ps3autotests.git synced 2024-09-19 15:11:44 +02:00
ps3autotests/.gitignore
Alexandro Sánchez Bach 763d903919 Tests added: rsx/rsx_fp_static
The fragment shader draws something static on a fullscreen quad (two
triangles). The results from a real PS3 are saved in *.expected.png. The
source code of the fragment shader is saved in the *.cg files.
2014-03-30 17:22:42 +02:00

21 lines
257 B
Plaintext

# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# Uninteresting Log files
*.ps3
*.rpcs3
# Uninteresting Source files
tests/rsx/rsx_fp_dynamic/*.cpp
tests/rsx/rsx_fp_static/*.cpp