forked from LizardByte/Sunshine
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.rgignore
More file actions
35 lines (32 loc) · 744 Bytes
/
Copy path.rgignore
File metadata and controls
35 lines (32 loc) · 744 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
# Generated and tool output.
build/
out/
CMakeFiles/
cmake-build-*/
test-results/
tmp/
venv/
# Ignore common nested build output directories.
**/build/**
**/out/**
**/CMakeFiles/**
**/cmake-build-*/
**/venv/**
**/test-results/**
# Third-party policy:
# Keep third-party mostly excluded and only allow folders we actively modify.
third-party/*
!third-party/libwebrtc/
!third-party/libwebrtc/**
!third-party/tray/
!third-party/tray/**
!third-party/libdisplaydevice/
!third-party/libdisplaydevice/**
# Handle underscore variant for compatibility with shared command snippets.
third_party/*
!third_party/libwebrtc/
!third_party/libwebrtc/**
!third_party/tray/
!third_party/tray/**
!third_party/libdisplaydevice/
!third_party/libdisplaydevice/**