mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
Update .gitignore
This commit is contained in:
parent
991f281bbd
commit
6fd824fcca
33
.gitignore
vendored
33
.gitignore
vendored
@ -10,20 +10,33 @@
|
|||||||
*.lai
|
*.lai
|
||||||
*.la
|
*.la
|
||||||
*.a
|
*.a
|
||||||
/libs
|
|
||||||
*.opensdf
|
*.opensdf
|
||||||
*.sdf
|
*.sdf
|
||||||
*.user
|
*.suo
|
||||||
/bin/rpcs3.exe
|
*.tlog
|
||||||
/bin/RPCS3.log
|
*.idb
|
||||||
|
*.pdb
|
||||||
|
*.obj
|
||||||
|
*.ilk
|
||||||
|
*.pch
|
||||||
|
|
||||||
|
*.log
|
||||||
|
*.exe
|
||||||
|
*.elf
|
||||||
|
*.lastbuildstate
|
||||||
|
*.unsuccessfulbuild
|
||||||
|
*.res
|
||||||
|
*.dump
|
||||||
|
|
||||||
|
/libs
|
||||||
|
/ipch
|
||||||
|
/rpcs3/Debug
|
||||||
|
/rpcs3/Release
|
||||||
|
|
||||||
|
/wxWidgets/lib/vc_lib/mswd/wx/msw/rcdefs.h
|
||||||
|
/wxWidgets/lib/vc_lib/mswd/wx/setup.h
|
||||||
/bin/rpcs3.ini
|
/bin/rpcs3.ini
|
||||||
/bin/compiled.elf
|
|
||||||
/bin/FragmentProgram.txt
|
/bin/FragmentProgram.txt
|
||||||
/bin/VertexDataArray.dump
|
|
||||||
/bin/VertexProgram.txt
|
/bin/VertexProgram.txt
|
||||||
/bin/BreakPoints.dat
|
/bin/BreakPoints.dat
|
||||||
/bin/textures
|
/bin/textures
|
||||||
*.suo
|
|
||||||
/rpcs3/Debug
|
|
||||||
/rpcs3/Release
|
|
||||||
/ipch
|
|
||||||
|
Loading…
Reference in New Issue
Block a user