]> git.pld-linux.org Git - packages/etckeeper.git/blob - update-ignore.patch
ignore "udev/hwdb*"
[packages/etckeeper.git] / update-ignore.patch
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
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"
19 @@ -146,11 +145,80 @@
20         ignore "cups/subscriptions.conf.O"
21         ignore "fake-hwclock.data"
22         nl
23 +
24 +       comment "PLD Linux addons"
25 +       comment "ca-certificates: generated content"
26 +       ignore "certs/ca-certificates.crt"
27 +       ignore "openssl/certs/*"
28 +       ignore "udev/hwdb*"
29 +
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 +
40 +       comment "rc-scripts binary locales"
41 +       ignore "sysconfig/locale/*/LC_MESSAGES/rc-scripts.mo"
42 +
43 +       comment "rc-scripts"
44 +       ignore "rc.d/init.d/*"
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 +
51 +       comment "zsh compiled"
52 +       ignore "*.zwc"
53 +
54 +       comment "sshd keys"
55 +       ignore "ssh/ssh_*_key*"
56 +
57 +       comment "bacula passwords"
58 +       ignore "bacula/*-password"
59 +
60 +       comment "chef secret"
61 +       ignore "chef/encrypted_data_bag_secret"
62 +
63 +       comment "visudo tmp"
64 +       ignore "sudoers.tmp"
65 +
66 +       comment "secrets"
67 +       ignore "crypttab"
68 +       ignore "shadow"
69 +       ignore "passwd"
70 +
71 +       comment "certificates"
72 +       ignore "httpd/ssl/"
73 +
74 +       comment "ntp keys"
75 +       ignore "ntp/keys"
76 +
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 +
84 +       comment "CVS version conflicts"
85 +       ignore ".#*.*.*"
86 +
87 +       comment "vigr backups"
88 +       ignore "group.vigr*"
89 +       ignore "passwd.vipw*"
90         
91         comment "editor temp files"
92         ignore "*~"
93         ignore ".*.sw?"
94         ignore ".sw?"
95 +       ignore ".bak"
96 +       ignore ".BAK"
97         ignore "#*#"
98         ignore DEADJOE
99  
This page took 0.343095 seconds and 3 git commands to generate.