-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
50 lines (50 loc) · 1.25 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
# OS junk files
[Tt]humbs.db
*.DS_Store
*.orig
# CLion
.idea/*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/vcs.xml
.idea/misc.xml
.idea/dictionaries
.idea/serialmonitor_settings.xml
# CMake
build/
cmake-build-*
CMakeLists.txt.user
# Vulkan Renderer
Modules/Vulkan/Sources/RNVulkanDispatchTable.cpp
Modules/Vulkan/Sources/RNVulkanDispatchTable.h
# Modules
.gclient
.gclient_entries
Modules/OculusMobile/Vendor/ovr_sdk_mobile_1
Modules/Oculus/Vendor/OculusSDK/
Modules/OpenXR/Vendor/ovr_openxr_mobile_sdk_1
Modules/OpenXR/Vendor/Pico_OpenXR_Mobile_SDK_2
Modules/OpenXR/Vendor/PICO_OpenXR_SDK_220
Modules/OpenXR/Vendor/Pico_OpenXR_Mobile_SDK_2_old
Modules/SteamAudio/Vendor/steamaudio
Modules/PhysX/Vendor/PhysX-3.4
Modules/PhysX/Vendor/PhysX-3.4-CMake
Modules/Newton/Vendor/newton-dynamics
Modules/UI/Vendor/depot_tools
Modules/OculusAudio/Vendor/OculusAudio
Modules/UI/Vendor/libskia/third_party
Modules/UI/Vendor/libskia/include/third_party/vulkan
Modules/Vulkan/Vendor/generators/__pycache__
Modules/EpicOnlineServices/Vendor/
# Build Folders
xcode-build
BUILD_VS
Modules/ODE/Vendor/BUILD
Build-Xcode
Build-iOS
cmake-build-*
Build-Xcode-UI
Tools/BuildHelper/Utilities.pyc
Tools/BuildHelper/Vendor/oculus/ovr-platform-util.exe
Tools/BuildHelper/Vendor
Tools/BuildHelper/__pycache__