-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
34 lines (31 loc) · 888 Bytes
/
.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
# Ignore everything, we will explicitly declare what to include
*
# Root directory files
!/.gitignore
!/LICENSE.txt
!/README.md
!/init
!/exclude-default
# /usr/local/bin/shared-config-init
!/usr/
/usr/*
!/usr/local/
/usr/local/*
!/usr/local/bin/
/usr/local/bin/*
!/usr/local/bin/shared-config-init
# /etc/systemd/system/shared-config-init.service*
!/etc/
/etc/*
!/etc/systemd/
/etc/systemd/*
!/etc/systemd/system/
/etc/systemd/system/*
!/etc/systemd/system/shared-config-init.service
!/etc/systemd/system/shared-config-init.service.d/
/etc/systemd/system/shared-config-init.service.d/*
!/etc/systemd/system/shared-config-init.service.d/before-shutdown.conf
!/etc/systemd/system/shared-config-init.service.d/reload-systemd.conf
!/etc/systemd/system/poweroff.target.wants/
/etc/systemd/system/poweroff.target.wants/*
!/etc/systemd/system/poweroff.target.wants/shared-config-init.service