mirror of
https://github.com/RPCS3/ps3autotests.git
synced 2024-11-08 11:52:58 +01:00
46146629ea
* More information about rsx/primitives in the readme file. * Fill the wrong semaphore attribute object with 00s instead of leaving it uninitialized.
45 lines
593 B
Plaintext
45 lines
593 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
|
|
# Visual Studio 2010 files
|
|
*.sln
|
|
*.suo
|
|
*.sdf
|
|
*.opensdf
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vcxproj.user
|
|
|
|
# Uninteresting Objects
|
|
fpshader.cg
|
|
fpshader.fpo
|
|
fpshader.ppu.o
|
|
vpshader.cg
|
|
vpshader.vpo
|
|
vpshader.ppu.o
|
|
Temp/
|
|
|
|
# Uninteresting Log files
|
|
*.ps3
|
|
*.rpcs3
|
|
|
|
# Uninteresting Source files (feel free to ask if you need them though)
|
|
tests/rsx/rsx_fp_dynamic/*.cpp
|
|
tests/rsx/rsx_fp_static/*.cpp
|
|
tests/rsx/primitives/*.cpp
|
|
tests/cpu/spu*/*.ppu.cpp
|
|
|
|
# Uninteresting Tests
|
|
misc/*
|