]> git.pld-linux.org Git - packages/etckeeper.git/blame - update-ignore.patch
ignore "udev/hwdb*"
[packages/etckeeper.git] / update-ignore.patch
CommitLineData
9ea829fd
ER
1--- etckeeper-1.10/update-ignore.d/01update-ignore 2013-11-14 15:33:56.904100141 +0200
2+++ etckeeper-1.10/update-ignore.d/01update-ignore 2014-02-03 11:58:25.578526063 +0000
d9dde690
ER
3@@ -103,11 +103,10 @@
4
5 comment "old versions of files"
6 ignore "*.old"
7- # Not currently ignored as admins tend to rely on these files.
8- #ignore "passwd-"
9- #ignore "group-"
10- #ignore "shadow-"
11- #ignore "gshadow-"
12+ ignore "passwd-"
13+ ignore "group-"
14+ ignore "shadow-"
15+ ignore "gshadow-"
16 nl
17
18 comment "mount(8) records system state here, no need to store these"
997cc9cf 19@@ -146,11 +145,80 @@
d50be7d4
ER
20 ignore "cups/subscriptions.conf.O"
21 ignore "fake-hwclock.data"
22 nl
23+
24+ comment "PLD Linux addons"
98c161da 25+ comment "ca-certificates: generated content"
d50be7d4 26+ ignore "certs/ca-certificates.crt"
98c161da 27+ ignore "openssl/certs/*"
997cc9cf 28+ ignore "udev/hwdb*"
d50be7d4 29+
a3d79e64
ER
30+ comment "bash-completion"
31+ ignore "bash_completion.d/*"
32+ ignore "bash_completion"
33+
34+ comment "openldap"
35+ ignore "ldap.secret"
36+
37+ comment "postfix"
38+ ignore "mail/*.db"
39+
8caf7b29
ER
40+ comment "rc-scripts binary locales"
41+ ignore "sysconfig/locale/*/LC_MESSAGES/rc-scripts.mo"
42+
a3d79e64 43+ comment "rc-scripts"
d50be7d4 44+ ignore "rc.d/init.d/*"
a3d79e64
ER
45+ ignore "rc.d/rc?.d/[SK]*"
46+ ignore "rc.d/rc.init"
47+ ignore "rc.d/rc.local"
48+ ignore "rc.d/rc.shutdown"
49+ ignore "rc.d/rc.sysinit"
50+
399aca60
ER
51+ comment "zsh compiled"
52+ ignore "*.zwc"
53+
57c22d66 54+ comment "sshd keys"
96095801 55+ ignore "ssh/ssh_*_key*"
57c22d66 56+
e88a0d75
ER
57+ comment "bacula passwords"
58+ ignore "bacula/*-password"
59+
5226d19d
ER
60+ comment "chef secret"
61+ ignore "chef/encrypted_data_bag_secret"
62+
fc5217c1
ER
63+ comment "visudo tmp"
64+ ignore "sudoers.tmp"
65+
9ea829fd
ER
66+ comment "secrets"
67+ ignore "crypttab"
68+ ignore "shadow"
e37098f8 69+ ignore "passwd"
9ea829fd
ER
70+
71+ comment "certificates"
72+ ignore "httpd/ssl/"
73+
74+ comment "ntp keys"
75+ ignore "ntp/keys"
76+
399aca60
ER
77+ comment "ssh-blacklists"
78+ ignore "ssh/blacklist.DSA-1024"
79+ ignore "ssh/blacklist.DSA-2048"
80+ ignore "ssh/blacklist.RSA-1024"
81+ ignore "ssh/blacklist.RSA-2048"
82+ ignore "ssh/blacklist.RSA-4096"
83+
a3d79e64
ER
84+ comment "CVS version conflicts"
85+ ignore ".#*.*.*"
57c22d66
ER
86+
87+ comment "vigr backups"
88+ ignore "group.vigr*"
96095801 89+ ignore "passwd.vipw*"
d50be7d4
ER
90
91 comment "editor temp files"
92 ignore "*~"
f1374987
ER
93 ignore ".*.sw?"
94 ignore ".sw?"
95+ ignore ".bak"
96+ ignore ".BAK"
97 ignore "#*#"
98 ignore DEADJOE
99
This page took 0.092216 seconds and 4 git commands to generate.