Skip to content

Commit

Permalink
also ignore .nobackup
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Aug 19, 2021
1 parent b160762 commit 38831b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/debiman/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ func walkContents(ctx context.Context, renderChan chan<- renderJob, whitelist ma
}
if bfn == "sourcesWithManpages.txt.gz" ||
bfn == "index.html.gz" ||
bfn == "sitemap.xml.gz" {
bfn == "sitemap.xml.gz" ||
bfn == ".nobackup" {
continue
}

Expand Down

0 comments on commit 38831b8

Please sign in to comment.