diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-26 15:23:04 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-26 15:23:04 -0500 |
commit | fad31646237370d684bf0d5c7c72475ac410640e (patch) | |
tree | 806da5cb85f30381dcd3c3f8d954137536002cd7 /update-ignore.d/01update-ignore | |
parent | afdd2320221883c1cb9e4b743694349285d95578 (diff) |
Add webmin fsdump status files to ignore list. Closes: #567000
Diffstat (limited to 'update-ignore.d/01update-ignore')
-rwxr-xr-x | update-ignore.d/01update-ignore | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index 6ecf2e0..ed74793 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -52,9 +52,9 @@ ignore() { echo "$glob" >>"$file" ;; darcs) - # darcs doesn't understand globs, so we need to translate - # them into regexs. Not a complete converter, but suitable - # for given globs. + # darcs doesn't understand globs, so we need to + # translate them into regexs. Not a complete converter, + # but suitable for given globs. if [ "${glob%\*}" != "$glob" ]; then glob="${glob%\*}" else @@ -109,6 +109,7 @@ writefile () { ignore network/run ignore adjtime ignore lvm/cache + ignore "webmin/fsdump/*.status" nl comment "editor temp files" |