summaryrefslogtreecommitdiff
path: root/update-ignore.d
AgeCommit message (Collapse)Author
2015-09-21add support pacmatic http://kmkeen.com/pacmatic/nicolaichuk
2014-12-15Remove '-p' option of 'type' builtin command in shell scripts.Led
That option may be unsupported in some POSIX-complete shells.
2014-07-14make \ not act as an escape character while parsing ignore filePim van den Berg
Use "read -r" to parse the ignore file.
2014-07-05Ignore check-mk-agent-logwatch's FHS violating /etc/check_mk/logwatch.state. ↵Joey Hess
Closes: #753903
2013-10-06Remove lvm/backup from default ignores, because lvm documentation recommends ↵Joey Hess
backing that up, for use by vgcfgrestore.
2013-07-07add support for pacman package managerTiago Stürmer Daitx
2013-05-15Deal with unix^wlinux portability nonsense.Joey Hess
2013-05-08Fix type -p bashism that crept in via recent patches. Closes: #707319Joey Hess
2013-05-06Call type -p in a more compatable way.Joey Hess
2013-02-23ignore fake-hwclock.dataMarc Mezzarobba
(used by fake-hwclock to store the time periodically on systems without hardware clock)
2012-06-02Preserve unmanaged ignore file entries on uninit (#673996)David De La Harpe Golden (Squared Financial)
Signed-off-by: David De La Harpe Golden (Squared Financial) <dgolden@squaredfinancial.com>
2012-01-06Fix typo in bugfix for #651168.Joey Hess
2011-12-06Add /etc/cups/subscriptions.conf to default ignores, as the content of this ↵Joey Hess
file does not normally contain configuration and it changes frequently. Closes: #651168
2011-06-19Ignore *.LOCK files, as used by selinux policies.Joey Hess
2011-06-11Ignore FHS violating prelink.cache and openvpn-status.log.Joey Hess
2011-03-25Ignore inssev's FHS violating /etc/init.d/.depend.* files. Closes: #619407 ↵Joey Hess
See #619409
2011-02-26Add lvm/backup and lvm/cache to ignore. Closes: #462355Joey Hess
2011-02-26Add .pyc and .pyo files to ignore.Joey Hess
2010-09-26Ignore /etc/.initctl. Closes: #598121Joey Hess
2010-03-04Add fuse lock file to ignore listCédric Duval
# HG changeset patch # User Cédric Duval <cedricduval@free.fr> # Date 1267700184 -3600 # Node ID 89b13fb4dcf4dcd2db7f485f72186c2dc8f52d10 # Parent f14e9f4e28a9e2a511eb7bdf0252cf03607fd0d2 Add fuse lock file to ignore list.
2010-02-18Add apparmor.d/cache/ to default ignores.Joey Hess
2010-02-01Add /etc/webmin/webmin/oscache to ignore list. Closes: #567255Joey Hess
2010-01-26Add runit and daemontools supervise files to ignore list. Closes: #529253Joey Hess
Note that since the files are named pipes, etckeeper will still complain about them due to #549354. This change is made in hope that bug will one day get fixed.
2010-01-26Fix handling of "#*#" ignores for git and hg.Joey Hess
2010-01-26Add X11/xdm/authdir/authfiles/* to ignore list. Closes: #491401Joey Hess
2010-01-26Add ntp.conf.dhcp to ignore list. (See #491401)Joey Hess
2010-01-26Add *.elc to ignore list (See #491401)Joey Hess
2010-01-26Add *.old to ignore list (See #462355)Joey Hess
2010-01-26Add webmin fsdump status files to ignore list. Closes: #567000Joey Hess
2009-12-25Add ucf backups to ignore list. (See #462355)Joey Hess
2009-02-28update-ignore.d/01update-ignore: add support for mktempMiklos Vajna
On system where tempname is not installed, check if we could use mktemp instead. If we are at it, add a warning if neither of them is available. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
2009-02-16Add .sw? to ignores. vim uses that if editing an unspecified file name. ↵Joey Hess
Closes: #515628
2009-02-13ignore file update supportJoey Hess
* etckeeper update-ignore will automatically update the VCS ignore file, only touching the part inside a "managed by etckeeper" comment block. * Run etckeeper update-ignore on upgrade.