]> git.pld-linux.org Git - packages/etckeeper.git/blame - update-ignore.patch
ignore chef encrypted data bag secret
[packages/etckeeper.git] / update-ignore.patch
CommitLineData
5226d19d
ER
1--- etckeeper-1.10/update-ignore.d/01update-ignore 2013-11-03 18:15:25.000000000 +0200
2+++ etckeeper-1.10/update-ignore.d/01update-ignore 2013-11-14 15:28:19.322632177 +0200
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"
5226d19d 19@@ -146,11 +145,67 @@
d50be7d4
ER
20 ignore "cups/subscriptions.conf.O"
21 ignore "fake-hwclock.data"
22 nl
23+
24+ comment "PLD Linux addons"
a3d79e64 25+ comment "ca-certificates: ca-certificates.crt is autogenerated"
d50be7d4
ER
26+ ignore "certs/ca-certificates.crt"
27+
a3d79e64
ER
28+ comment "bash-completion"
29+ ignore "bash_completion.d/*"
30+ ignore "bash_completion"
31+
32+ comment "openldap"
33+ ignore "ldap.secret"
34+
35+ comment "postfix"
36+ ignore "mail/*.db"
37+
8caf7b29
ER
38+ comment "rc-scripts binary locales"
39+ ignore "sysconfig/locale/*/LC_MESSAGES/rc-scripts.mo"
40+
a3d79e64 41+ comment "rc-scripts"
d50be7d4 42+ ignore "rc.d/init.d/*"
a3d79e64
ER
43+ ignore "rc.d/rc?.d/[SK]*"
44+ ignore "rc.d/rc.init"
45+ ignore "rc.d/rc.local"
46+ ignore "rc.d/rc.shutdown"
47+ ignore "rc.d/rc.sysinit"
48+
399aca60
ER
49+ comment "zsh compiled"
50+ ignore "*.zwc"
51+
57c22d66 52+ comment "sshd keys"
96095801 53+ ignore "ssh/ssh_*_key*"
57c22d66 54+
e88a0d75
ER
55+ comment "bacula passwords"
56+ ignore "bacula/*-password"
57+
5226d19d
ER
58+ comment "chef secret"
59+ ignore "chef/encrypted_data_bag_secret"
60+
fc5217c1
ER
61+ comment "visudo tmp"
62+ ignore "sudoers.tmp"
63+
399aca60
ER
64+ comment "ssh-blacklists"
65+ ignore "ssh/blacklist.DSA-1024"
66+ ignore "ssh/blacklist.DSA-2048"
67+ ignore "ssh/blacklist.RSA-1024"
68+ ignore "ssh/blacklist.RSA-2048"
69+ ignore "ssh/blacklist.RSA-4096"
70+
a3d79e64
ER
71+ comment "CVS version conflicts"
72+ ignore ".#*.*.*"
57c22d66
ER
73+
74+ comment "vigr backups"
75+ ignore "group.vigr*"
96095801 76+ ignore "passwd.vipw*"
d50be7d4
ER
77
78 comment "editor temp files"
79 ignore "*~"
f1374987
ER
80 ignore ".*.sw?"
81 ignore ".sw?"
82+ ignore ".bak"
83+ ignore ".BAK"
84 ignore "#*#"
85 ignore DEADJOE
86
This page took 0.086411 seconds and 4 git commands to generate.