-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrsync-filter.txt
59 lines (55 loc) · 982 Bytes
/
rsync-filter.txt
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
# Explicitly allow directory traversal
+ */
# Specific files and folders to include
+ ascii/**
+ bin/**
+ lib/**
+ share/**
+ stressmon/**
# Explicitly exclude .git and .git* files
- .git*
- .git/**
- stressmon/.git*
- stressmon/.git/**
# Include specific files and folders
+ amddevids
+ compare.ptx
+ IGNORE_PATTERNS
+ menu
+ PATTERNS
+ s76-burn-in.sh
+ s76burnin.py
+ s76-check.sh
+ s76-disable-suspend.sh
+ s76-gpu-burn.sh
+ s76-journalctl.sh
+ s76-llvm-stress.sh
+ s76-setup-unigine.sh
+ s76-stress.sh
+ s76-stress-ng.sh
+ s76-stress-tests.sh
+ s76-testpy.sh
+ s76-testguipy.sh
+ s76-unigine-valley.sh
+ s76utils.py
+ sudomodule.py
+ system76_thelio_io_2_default.uf2
+ test.py
+ test_gui.tar.xz
+ valley_1.0.cfg
+ venids
+ bash_aliases
+ prepare.sh
+ install.sh
+ terminal.sh
+ mainline.sh
+ suspend.sh
+ system76-ppa.sh
+ resume-hook.sh
+ apt-proxy
+ add-local-bin.sh
+ add-local-bin.desktop
+ pang-typec-update.sh
+ pang-typec-update.desktop
# Exclude everything else
- *