]> git.pld-linux.org Git - packages/etckeeper.git/blob - update-ignore.patch
Up to 1.18.20
[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 @@ -146,11 +145,80 @@
4         ignore "cups/subscriptions.conf.O"
5         ignore "fake-hwclock.data"
6         nl
7 +
8 +       comment "PLD Linux addons"
9 +       comment "ca-certificates: generated content"
10 +       #ignore "certs/ca-certificates.crt"
11 +       #ignore "openssl/certs/*"
12 +       ignore "udev/hwdb*"
13 +
14 +       comment "bash-completion"
15 +       ignore "bash_completion.d/*"
16 +       ignore "bash_completion"
17 +
18 +       #comment "openldap"
19 +       #ignore "ldap.secret"
20 +
21 +       comment "postfix"
22 +       ignore "mail/*.db"
23 +
24 +       comment "rc-scripts binary locales"
25 +       ignore "sysconfig/locale/*/LC_MESSAGES/rc-scripts.mo"
26 +
27 +       #comment "rc-scripts"
28 +       #ignore "rc.d/init.d/*"
29 +       #ignore "rc.d/rc?.d/[SK]*"
30 +       #ignore "rc.d/rc.init"
31 +       #ignore "rc.d/rc.local"
32 +       #ignore "rc.d/rc.shutdown"
33 +       #ignore "rc.d/rc.sysinit"
34 +
35 +       comment "zsh compiled"
36 +       ignore "*.zwc"
37 +
38 +       #comment "sshd keys"
39 +       #ignore "ssh/ssh_*_key*"
40 +
41 +       #comment "bacula passwords"
42 +       #ignore "bacula/*-password"
43 +
44 +       #comment "chef secret"
45 +       #ignore "chef/encrypted_data_bag_secret"
46 +
47 +       comment "visudo tmp"
48 +       ignore "sudoers.tmp"
49 +
50 +       #comment "secrets"
51 +       #ignore "crypttab"
52 +       #ignore "shadow"
53 +       #ignore "passwd"
54 +
55 +       #comment "certificates"
56 +       #ignore "httpd/ssl/"
57 +
58 +       #comment "ntp keys"
59 +       #ignore "ntp/keys"
60 +
61 +       comment "ssh-blacklists"
62 +       ignore "ssh/blacklist.DSA-1024"
63 +       ignore "ssh/blacklist.DSA-2048"
64 +       ignore "ssh/blacklist.RSA-1024"
65 +       ignore "ssh/blacklist.RSA-2048"
66 +       ignore "ssh/blacklist.RSA-4096"
67 +
68 +       comment "CVS version conflicts"
69 +       ignore ".#*.*.*"
70 +
71 +       comment "vigr backups"
72 +       ignore "group.vigr*"
73 +       ignore "passwd.vipw*"
74         
75         comment "editor temp files"
76         ignore "*~"
77         ignore ".*.sw?"
78         ignore ".sw?"
79 +       ignore ".bak"
80 +       ignore ".BAK"
81         ignore "#*#"
82         ignore DEADJOE
83  
This page took 0.113113 seconds and 3 git commands to generate.