1
0
mirror of https://github.com/RPCS3/ps3autotests.git synced 2024-09-18 21:52:23 +02:00
ps3autotests/.gitignore

45 lines
593 B
Plaintext
Raw Permalink Normal View History

2014-03-01 13:24:48 +01:00
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
2014-06-14 18:18:26 +02:00
# 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
2014-04-10 05:00:49 +02:00
tests/rsx/rsx_fp_static/*.cpp
tests/rsx/primitives/*.cpp
tests/cpu/spu*/*.ppu.cpp
# Uninteresting Tests
2014-06-14 18:18:26 +02:00
misc/*