mirror of
https://github.com/RPCS3/ps3autotests.git
synced 2024-11-09 12:22:33 +01:00
a3e4cd9dc5
* Updated .gitignore * Included an *.expected file for the 3rd rsx_fp_dynamic test.
25 lines
312 B
Plaintext
25 lines
312 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
|
|
tests/cpu/spu*/*.ppu.cpp
|
|
|
|
# Uninteresting Tests
|
|
misc/* |