]> git.pld-linux.org Git - packages/etckeeper.git/blob - update-ignore.patch
exclude bacula backups
[packages/etckeeper.git] / update-ignore.patch
1 --- etckeeper-1.4/update-ignore.d/01update-ignore       2013-07-03 12:43:31.947929166 +0300
2 +++ etckeeper-1.7/update-ignore.d/01update-ignore       2013-08-27 15:44:38.522171508 +0300
3 @@ -147,11 +147,61 @@
4         ignore "cups/subscriptions.conf.O"
5         ignore "fake-hwclock.data"
6         nl
7 +
8 +       comment "PLD Linux addons"
9 +       comment "ca-certificates: ca-certificates.crt is autogenerated"
10 +       ignore "certs/ca-certificates.crt"
11 +
12 +       comment "bash-completion"
13 +       ignore "bash_completion.d/*"
14 +       ignore "bash_completion"
15 +
16 +       comment "openldap"
17 +       ignore "ldap.secret"
18 +
19 +       comment "postfix"
20 +       ignore "mail/*.db"
21 +
22 +       comment "rc-scripts binary locales"
23 +       ignore "sysconfig/locale/*/LC_MESSAGES/rc-scripts.mo"
24 +
25 +       comment "rc-scripts"
26 +       ignore "rc.d/init.d/*"
27 +       ignore "rc.d/rc?.d/[SK]*"
28 +       ignore "rc.d/rc.init"
29 +       ignore "rc.d/rc.local"
30 +       ignore "rc.d/rc.shutdown"
31 +       ignore "rc.d/rc.sysinit"
32 +
33 +       comment "zsh compiled"
34 +       ignore "*.zwc"
35 +
36 +       comment "sshd keys"
37 +       ignore "ssh/ssh_*_key*"
38 +
39 +       comment "bacula passwords"
40 +       ignore "bacula/*-password"
41 +
42 +       comment "ssh-blacklists"
43 +       ignore "ssh/blacklist.DSA-1024"
44 +       ignore "ssh/blacklist.DSA-2048"
45 +       ignore "ssh/blacklist.RSA-1024"
46 +       ignore "ssh/blacklist.RSA-2048"
47 +       ignore "ssh/blacklist.RSA-4096"
48 +
49 +       comment "CVS version conflicts"
50 +       ignore ".#*.*.*"
51 +
52 +       comment "vigr backups"
53 +       ignore "group.vigr*"
54 +       ignore "passwd.vipw*"
55         
56         comment "editor temp files"
57         ignore "*~"
58         ignore ".*.sw?"
59         ignore ".sw?"
60 +       ignore ".bak"
61 +       ignore ".BAK"
62         ignore "#*#"
63         ignore DEADJOE
64  
This page took 0.042518 seconds and 4 git commands to generate.