Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
extend default globs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmey committed Jul 22, 2015
1 parent 8d4a670 commit 6b5046d
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,25 @@ func main() {
"/etc/fstab",
"/etc/mtab",
"/etc/waagent.conf",
"/var/log/messages",
"/var/log/boot.log",
"/var/log/dmesg",
"/var/log/syslog",
"/var/log/messages*",
"/var/log/boot*",
"/var/log/dmesg*",
"/var/log/syslog*",
"/var/log/waagent/*",
"/var/log/waagent/*/*",
"/var/log/waagent/*/*/*",
"/var/log/waagent*",
"/var/log/walinuxagent/*",
"/var/log/walinuxagent/*/*",
"/var/log/walinuxagent/*/*/*",
"/var/log/walinuxagent*",
"/var/log/azure/*",
"/var/log/azure/*/*",
"/var/log/azure/*/*/*",
"/var/log/azure/*/*/*/*",
"/var/log/*",
"/boot/grub/*cfg",
"/grub/*cfg",
}

fs, err := r.Root()
Expand Down

0 comments on commit 6b5046d

Please sign in to comment.