mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
0a42d3e4d7
* When I went to explain to someone why the target was named Profile and not Debug as you might expect, I realised the reasons were entirely opaque and historical. So instead, rename it to Development since that is really what it's for - any profiling would be done in Release mode.
35 lines
381 B
Plaintext
35 lines
381 B
Plaintext
Debug/
|
|
Documentation/
|
|
Release/
|
|
Development/
|
|
Development32/
|
|
Development64/
|
|
Release32/
|
|
Release64/
|
|
dist/
|
|
Resources/*.png
|
|
qrenderdoc/Makefile*
|
|
*.exe
|
|
*.aps
|
|
*.ilk
|
|
*.manifest
|
|
*.user
|
|
bin/
|
|
obj/
|
|
.obj/
|
|
*.opensdf
|
|
*.pdb
|
|
*.sln.ide/
|
|
*.so
|
|
*.a
|
|
*.exp
|
|
*.lib
|
|
*.sdf
|
|
*.suo
|
|
*.dll
|
|
symsrv.yes
|
|
ipch/
|
|
*.shfbproj_*
|
|
renderdoc/driver/vulkan/renderdoc_capture.json
|
|
renderdocui/3rdparty/ironpython/pythonlibs.zip
|