diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-19 15:12:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-19 15:12:38 -0400 |
commit | c5c7cc002e05108ae3434a328cd0f2507908787a (patch) | |
tree | 5604e33316fe4d92106479472ca8568e12feaf92 | |
parent | eecbe323dd03c2060ce10b01f50ad93a166e4fb0 (diff) |
Ignore *.LOCK files, as used by selinux policies.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | update-ignore.d/01update-ignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3ed99f4..c550f3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ etckeeper (0.55) UNRELEASED; urgency=low * Avoid being noisy in post-install after automatic yum updates. (Tuomo Soini) * Ignore FHS violating prelink.cache and openvpn-status.log. + * Ignore *.LOCK files, as used by selinux policies. -- Joey Hess <joeyh@debian.org> Tue, 31 May 2011 17:34:54 -0400 diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index 1996de3..6d583eb 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -122,6 +122,7 @@ writefile () { ignore mtab ignore mtab.fuselock ignore .pwd.lock + ignore "*.LOCK" ignore network/run ignore adjtime ignore lvm/cache |