1
0
mirror of https://github.com/RPCS3/ps3autotests.git synced 2024-09-16 20:52:24 +02:00
ps3autotests/.gitignore
Alexandro Sánchez Bach 46146629ea rsx/primitives and lv2/sys_semaphore improved
* More information about rsx/primitives in the readme file.
* Fill the wrong semaphore attribute object with 00s instead of leaving
it uninitialized.
2014-06-22 18:19:09 +02:00

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/*