diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-25 15:15:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-25 15:15:26 -0400 |
commit | c1503fb14979594c7906f2b1ccc117c1d8c73a77 (patch) | |
tree | c94b587e8ad09109cb50a625f91063ffc64c0dc8 /update-ignore.d/01update-ignore | |
parent | 33c99844a11444f4e31b9aae68f63512f7768b6c (diff) |
Ignore inssev's FHS violating /etc/init.d/.depend.* files. Closes: #619407 See #619409
Diffstat (limited to 'update-ignore.d/01update-ignore')
-rwxr-xr-x | update-ignore.d/01update-ignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index 8c7baf9..f6bdaf1 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -139,6 +139,7 @@ writefile () { ignore "*.elc" ignore "*.pyc" ignore "*.pyo" + ignore "init.d/.depend.*" nl comment "editor temp files" |