-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (57 loc) · 907 Bytes
/
Copy path.gitignore
File metadata and controls
58 lines (57 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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__
# 以下为构建依赖例外:允许提交 dbghelp/SWIG/Qt 等 3rdparty 二进制,便于克隆后直接编译
!renderdoc/3rdparty/dbghelp/**/*.dll
!renderdoc/3rdparty/dbghelp/**/*.yes
!qrenderdoc/3rdparty/swig/swig.exe
!qrenderdoc/3rdparty/qt/**/bin/*.exe
!qrenderdoc/3rdparty/qt/**/bin/*.dll
!qrenderdoc/3rdparty/pyside/**