mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
cb9449230a
* Suggest users to use VS on Windows * Add a top-level wrapper Makefile and disallow in-source builds * Support clang * Centralize compiler flags * Remove all occurrences of "if(WIN32)..." * Make qrenderdoc an external project
36 lines
387 B
Plaintext
36 lines
387 B
Plaintext
Debug/
|
|
Documentation/
|
|
Release/
|
|
Development/
|
|
Development32/
|
|
Development64/
|
|
Release32/
|
|
Release64/
|
|
build/
|
|
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
|