-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
101 lines (86 loc) · 2.1 KB
/
.gitignore
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
### General rules
# Visual Studio files
*.vcproj.*
[dD]ebug/
[rR]elease/
*.vcxproj.user
*.ncb
*.suo
*.opensdf
*.sdf
*.db
*.opendb
*.dat
ipch/
.vs/
.vscode/
*.sln
*.pyproj
# Remains of Git merge conflicts
*.orig
# Eclipse metadata?
*.metadata*
# TeX and related files
*.aux
*.idx
*.log
*.out
*.pdf
*.dvi
*synctex.gz*
*.toc
# Backup files
*~
*.bak
# Vim swap files (we are being conservative, they can have more names)
[._]*.sw[mnop]
# Python bytecode files
*.pyc
# Python - Rope project directory (for Vim's python-mode)
.ropeproject/
# Klocwork (static code analysis tool)
.klocwork
### GITS-specific rules
# General
build/
third_party/*
!third_party/patch
# GITS config
recorder/gits_config.txt
# OpenGL
OpenGL/common/glFunctions.cpp
OpenGL/common/include/glDrivers.h
OpenGL/common/include/glFunctions.h
OpenGL/common/include/glIDs.h
OpenGL/common/include/glIDswitch.h
OpenGL/recorder/include/openglRecorderWrapperAuto.h
OpenGL/recorder/include/openglRecorderWrapperIfaceAuto.h
OpenGL/recorder/openglRecorderWrapperAuto.cpp
/OpenGL/GLIPlugin/gitsPluginPrePostAuto.cpp
/OpenGL/GLIPlugin/GLIPlugin32.def
/OpenGL/GLIPlugin/GLIPlugin64.def
/OpenGL/GLIPlugin/include/gitsPluginPrePostAuto.h
# Vulkan
Vulkan/common/include/vulkanArgumentsAuto.h
Vulkan/common/include/vulkanDriversAuto.inl
Vulkan/common/include/vulkanFunctions.h
Vulkan/common/include/vulkanHeader.h
Vulkan/common/include/vulkanIDs.h
Vulkan/common/include/vulkanIDswitch.h
Vulkan/common/include/vulkanLogAuto.inl
Vulkan/common/include/vulkanLuaEnums.h
Vulkan/common/include/vulkanStructStorageAuto.h
Vulkan/common/include/vulkanTracerAuto.h
Vulkan/common/vulkanArgumentsAuto.cpp
Vulkan/common/vulkanLogAuto.cpp
Vulkan/common/vulkanFunctions.cpp
Vulkan/common/vulkanStructStorageAuto.cpp
Vulkan/common/vulkanTracerAuto.cpp
Vulkan/layer/VkLayer_vulkan_GITS_recorder.json
Vulkan/layer/vkLayer.def
Vulkan/interceptor/vkPlugin.def
Vulkan/interceptor/vulkanPrePostAuto.cpp
Vulkan/recorder/include/vulkanRecorderWrapperAuto.h
Vulkan/recorder/include/vulkanRecorderWrapperIfaceAuto.h
Vulkan/recorder/vulkanRecorderWrapperAuto.cpp
CCodeFiles/src/include/vulkanCCodeArgumentsAuto.h