mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 00:50:40 +00:00
2752368168
- .cache/: generated by clangd - compile_commands.json: usually generated by vscode or build system - .vsocde: generated by vscode `compile_commands.json` and `.vscode` are usually specific to a person's environment, not configurable in any way, so there is no reason to put them in the git repository at all.
51 lines
578 B
Plaintext
51 lines
578 B
Plaintext
Debug/
|
|
Documentation/
|
|
Release/
|
|
QTDebug/
|
|
Development/
|
|
Development32/
|
|
Development64/
|
|
Release32/
|
|
Release64/
|
|
build/
|
|
build-*/
|
|
/compile_commands.json
|
|
.cache/
|
|
/dist/
|
|
/package/
|
|
util/buildscripts/support
|
|
Resources/*.png
|
|
qrenderdoc/Makefile*
|
|
*.exe
|
|
*.aps
|
|
*.ilk
|
|
*.manifest
|
|
*.user
|
|
bin
|
|
obj/
|
|
.obj/
|
|
*.opensdf
|
|
*.VC.*db
|
|
.vs/
|
|
.vscode/
|
|
*.pdb
|
|
*.sln.ide/
|
|
*.so
|
|
*.a
|
|
*.exp
|
|
*.lib
|
|
*.sdf
|
|
*.suo
|
|
*.dll
|
|
*.swp
|
|
*.orig
|
|
symsrv.yes
|
|
ipch/
|
|
renderdoc/driver/vulkan/renderdoc_capture.json
|
|
renderdocui/3rdparty/ironpython/pythonlibs.zip
|
|
qrenderdoc/generated/
|
|
qrenderdoc/3rdparty/pyside
|
|
.DS_Store
|
|
plugins-*/
|
|
__pycache__
|