Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-15 | Remove '-p' option of 'type' builtin command in shell scripts. | Led | |
That option may be unsupported in some POSIX-complete shells. | |||
2014-07-14 | make \ not act as an escape character while parsing ignore file | Pim van den Berg | |
Use "read -r" to parse the ignore file. | |||
2014-07-05 | Ignore check-mk-agent-logwatch's FHS violating /etc/check_mk/logwatch.state. ↵ | Joey Hess | |
Closes: #753903 | |||
2013-10-06 | Remove lvm/backup from default ignores, because lvm documentation recommends ↵ | Joey Hess | |
backing that up, for use by vgcfgrestore. | |||
2013-07-07 | add support for pacman package manager | Tiago Stürmer Daitx | |
2013-05-15 | Deal with unix^wlinux portability nonsense. | Joey Hess | |
2013-05-08 | Fix type -p bashism that crept in via recent patches. Closes: #707319 | Joey Hess | |
2013-05-06 | Call type -p in a more compatable way. | Joey Hess | |
2013-02-23 | ignore fake-hwclock.data | Marc Mezzarobba | |
(used by fake-hwclock to store the time periodically on systems without hardware clock) | |||
2012-06-02 | Preserve 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-06 | Fix typo in bugfix for #651168. | Joey Hess | |
2011-12-06 | Add /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-19 | Ignore *.LOCK files, as used by selinux policies. | Joey Hess | |
2011-06-11 | Ignore FHS violating prelink.cache and openvpn-status.log. | Joey Hess | |
2011-03-25 | Ignore inssev's FHS violating /etc/init.d/.depend.* files. Closes: #619407 ↵ | Joey Hess | |
See #619409 | |||
2011-02-26 | Add lvm/backup and lvm/cache to ignore. Closes: #462355 | Joey Hess | |
2011-02-26 | Add .pyc and .pyo files to ignore. | Joey Hess | |
2010-09-26 | Ignore /etc/.initctl. Closes: #598121 | Joey Hess | |
2010-03-04 | Add fuse lock file to ignore list | Cé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-18 | Add apparmor.d/cache/ to default ignores. | Joey Hess | |
2010-02-01 | Add /etc/webmin/webmin/oscache to ignore list. Closes: #567255 | Joey Hess | |
2010-01-26 | Add runit and daemontools supervise files to ignore list. Closes: #529253 | Joey 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-26 | Fix handling of "#*#" ignores for git and hg. | Joey Hess | |
2010-01-26 | Add X11/xdm/authdir/authfiles/* to ignore list. Closes: #491401 | Joey Hess | |
2010-01-26 | Add ntp.conf.dhcp to ignore list. (See #491401) | Joey Hess | |
2010-01-26 | Add *.elc to ignore list (See #491401) | Joey Hess | |
2010-01-26 | Add *.old to ignore list (See #462355) | Joey Hess | |
2010-01-26 | Add webmin fsdump status files to ignore list. Closes: #567000 | Joey Hess | |
2009-12-25 | Add ucf backups to ignore list. (See #462355) | Joey Hess | |
2009-02-28 | update-ignore.d/01update-ignore: add support for mktemp | Miklos 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-16 | Add .sw? to ignores. vim uses that if editing an unspecified file name. ↵ | Joey Hess | |
Closes: #515628 | |||
2009-02-13 | ignore file update support | Joey 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. |