-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
382 lines (328 loc) · 6.84 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
# ETCKEEPER
# Do not track anything by default
/**
!/.gitignore
!/.etckeeper
# X11: Get config overrides specific for sbp
!/X11
!/X11/xorg.conf.d
!/X11/xorg.conf.d/10-sbp**
# ACPI: Grab everything here
!/acpi
!/acpi/**
# AVAHI: (DONT) Grab services prefixed with sbp, and daemon settings
!/avahi
!/avahi/services
!/avahi/services/sbp*
!/avahi/avahi-daemon.conf
# BLUETOOTH: Grab config
!/bluetooth
!/bluetooth/sbp-**
# CONF.D: Grab some things
!/conf.d
!/conf.d/consolefont
!/conf.d/fluidsynth
!/conf.d/keymaps
!/conf.d/reflector
!/conf.d/snapper
!/conf.d/xdm
# CHRONY: Grab config
!/chrony.conf
# CRON: Grab all these
!/cron.*
!/cron.*/**
# DEFAULT: Grab only some configs
!/default
!/default/earlyoom
!/default/tlp
!/default/useradd
# DHCPCD: Grab config and hooks
!/dhcpcd.conf
!/dhcpcd.enter-hook
!/dhcpcd.exit-hook
# DRACUT: Grab the dracut config
!/dracut.conf.d
!/dracut.conf.d/*.conf
# ETCKEEPER: Grab config; excluding the local config
!/etckeeper
!/etckeeper/etckeeper.conf
/etckeeper/local.conf
# Hooks to grab
!/etckeeper/commit.d
!/etckeeper/commit.d/*sbp*
!/etckeeper/init.d
!/etckeeper/init.d/*sbp*
!/etckeeper/list-installed.d
!/etckeeper/list-installed.d/*sbp*
!/etckeeper/post-install.d
!/etckeeper/post-install.d/*sbp*
!/etckeeper/pre-commit.d
!/etckeeper/pre-commit.d/*sbp*
!/etckeeper/pre-install.d
!/etckeeper/pre-install.d/*sbp*
!/etckeeper/unclean.d
!/etckeeper/unclean.d/*sbp*
!/etckeeper/uninit.d
!/etckeeper/uninit.d/*sbp*
!/etckeeper/update-ignore.d
!/etckeeper/update-ignore.d/*sbp*
!/etckeeper/vcs.d
!/etckeeper/vcs.d/*sbp*
# FIREWALLD: Grab config, and overrides
!/firewall
!/firewall/applet.conf
!/firewalld
!/firewalld/helpers
!/firewalld/helpers/*sbp*.xml
!/firewalld/icmptypes
!/firewalld/icmptypes/*sbp*.xml
!/firewalld/ipsets
!/firewalld/ipsets/*sbp*.xml
!/firewalld/services
!/firewalld/services/*sbp*.xml
!/firewalld/zones
!/firewalld/zones/*.xml
!/firewalld/firewalld.conf
# FONTS: Grab overrides THAT I PUT
!/fonts
!/fonts/local.conf
!/fonts/conf.avail
!/fonts/conf.avail/*sbp*.conf
!/fonts/conf.d
!/fonts/conf.d/*sbp*.conf
# GEOCLUE: Get config
!/geoclue
!/geoclue/geoclue.conf
# GREETD: Get all
!/greetd
!/greetd/*
# IWD: Grab config
!/iwd
!/iwd/main.conf
# KERNEL: Grab config
!/kernel
!/kernel/install.d
!/kernel/install.d/*
# LIBVIRT: Grab the configurations
!/libvirt
!/libvirt/libvirt-admin.conf
!/libvirt/libvirt.conf
!/libvirt/libvirtd.conf
!/libvirt/qemu.conf
!/libvirt/virtlogd.conf
# LOGROTATE.D: Grab things
!/logrotate.d
!/logrotate.d/*sbp*
!/logrotate.conf
# MODPROBE: Grab universal things
!/modprobe.d
!/modprobe.d/sbp*.conf
!/modules-load.d
!/modules-load.d/sbp*.conf
# NUT: Grab the ups config
!/nut
!/nut/sbp*.conf
# PACMAN: Grab config and user hooks
!/pacman.d
!/pacman.d/hooks
!/pacman.d/hooks/sbp*.hook
!/pacman.conf
# PIPEWIRE
!/pipewire
!/pipewire/client-rt.conf.d
!/pipewire/client-rt.conf.d/sbp-*.conf
!/pipewire/client.conf.d
!/pipewire/client.conf.d/sbp-*.conf
!/pipewire/jack.conf.d
!/pipewire/jack.conf.d/sbp-*.conf
!/pipewire/minimal.conf.d
!/pipewire/minimal.conf.d/sbp-*.conf
!/pipewire/pipewire-pulse.conf.d
!/pipewire/pipewire-pulse.conf.d/sbp-*.conf
!/pipewire/pipewire.conf.d
!/pipewire/pipewire.conf.d/sbp-*.conf
# POLKIT: Grab overrides
!/polkit
!/polkit/rules.d
!/polkit/rules.d/*sbp**
!/polkit-1
!/polkit-1/rules.d
!/polkit-1/rules.d/*sbp**
# PORTAGE: Grab all but the specific config file
!/portage
!/portage/Readme.md
# PROFILE: Grab all
!/profile
!/profile.d
!/profile.d/*.sh
!/profile.d/*.csh
# QTGREET: Grab all
!/qtgreet
!/qtgreet/*
# SKEL: Grab skel
!/skel
!/skel/**
# SNAP-PAC: Use the same configs for all computers
!/snap-pac
!/snap-pac/**
!/snap-pac.conf
# SNAPPER: Use the same configs for all computers
!/snapper
!/snapper/configs
!/snapper/configs/**
!/snapper/filters
!/snapper/filters/**
# SSH: Allow the configs to be shared
!/ssh
!/ssh/sshd_config
!/ssh/ssh_config
# STEAMOS-COMPOSITOR: Grab things
!/steamos-compositor-plus
!/steamos-compositor-plus/sbp*
# SUDOERS: Grab the sudoers files
!/sudoers.d
!/sudoers.d/sbp**
# SYSCTL: Grab everything
!/sysctl.d
!/sysctl.d/99-sbp**
# SWAY: Grab special things
!/sway
!/sway/config.d
!/sway/config.d/sbp*.conf
# SYSCONFIG: Grab rasdaemon things
!/sysconfig/rasdaemon
!/sysconfig/rasdaemon
# SYSCTL: Grab some overrides
!/sysctl.d
!/sysctl.d/sbp-*.conf
# SYSTEMD: Grab overrides, config files and custom units
!/systemd
!/systemd/network
!/systemd/network/*.service.d
!/systemd/network/*.service.d/sbp*.conf
!/systemd/network/*.timer.d
!/systemd/network/*.target.wants
!/systemd/network/**sbp*.conf
!/systemd/network/**sbp*.service
!/systemd/network/**sbp*.timer
!/systemd/system
!/systemd/system/*.service.d
!/systemd/system/*.service.d/sbp*.conf
!/systemd/system/*.timer.d
!/systemd/system/*.target.wants
!/systemd/system/**sbp*.conf
!/systemd/system/**sbp*.service
!/systemd/system/**sbp*.timer
!/systemd/user
!/systemd/user/*.service.d
!/systemd/user/*.service.d/sbp*.conf
!/systemd/user/*.timer.d
!/systemd/user/*.target.wants
!/systemd/user/**sbp*.conf
!/systemd/user/**sbp*.service
!/systemd/user/**sbp*.timer
!/systemd/user/*.service
!/systemd/*.conf
!/systemd/*.conf.d
!/systemd/*.conf.d/sbp*.conf
!/systemd/*/*.d/override.conf
# TLP: Get specific config
!/tlp.d
!/tlp.d/sbp*.conf
!/tlp.conf
# UDEV: Grab rules and config
!/udev
!/udev/hwdb.d
!/udev/hwdb.d/*sbp*.rules
!/udev/rules.d
!/udev/rules.d/*sbp*.rules
!/udev/udev.conf
# UDISKS: Grab config
!/udisks2
!/udisks2/udisks2.conf
# UNBOUND: Grab config
!/unbound
!/unbound/unbound.conf
# XDG: Grab some stuff
!/xdg
!/xdg/autorandr
!/xdg/autorandr/**
!/xdg/autostart
!/xdg/autostart/sbp*.desktop
!/xdg/reflector
!/xdg/reflector/reflector.conf
!/xdg/systemd
!/xdg/systemd/**
!/xdg/reflector
!/xdg/reflector/**
!/xdg/picom.conf
!/xdg/user-dirs.defaults
# ZSH: Grab every needed zthing
!/zsh
!/zsh/zshenv
!/zsh/zshrc
!/zsh/zprofile
# Single files
!/Readme.md
!/abcde.conf
!/gitconfig
!/locale.conf
!/locale.gen
!/logrotate.conf
!/makepkg.conf
!/nsswitch.conf
!/ntp.conf
!/pacman.conf
!/resolvconf.conf
!/snap-pac.conf
!/tlp.conf
!/vconsole.conf
# begin section managed by etckeeper (do not edit this section by hand)
# new and old versions of conffiles, stored by pacman
*.pacnew
*.pacorig
*.pacsave
# old versions of files
*.old
# mount(8) records system state here, no need to store these
blkid.tab
blkid.tab.old
# some other files in /etc that typically do not need to be tracked
nologin
ld.so.cache
prelink.cache
mtab
mtab.fuselock
.pwd.lock
*.LOCK
network/run
adjtime
udev/hwdb.bin
lvm/cache
lvm/archive
X11/xdm/authdir/authfiles/*
ntp.conf.dhcp
.initctl
webmin/fsdump/*.status
webmin/webmin/oscache
apparmor.d/cache/*
service/*/supervise/*
service/*/log/supervise/*
sv/*/supervise/*
sv/*/log/supervise/*
*.elc
*.pyc
*.pyo
init.d/.depend.*
openvpn/openvpn-status.log
cups/subscriptions.conf
cups/subscriptions.conf.O
fake-hwclock.data
check_mk/logwatch.state
# editor temp files
*~
.*.sw?
.sw?
\#*\#
DEADJOE
# end section managed by etckeeper