-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added flag and included vendor directories.
Signed-off-by: Mike Lloyd <[email protected]>
- Loading branch information
Mike Lloyd
committed
Nov 28, 2017
1 parent
79df9d8
commit 390b0ae
Showing
284 changed files
with
56,864 additions
and
24,302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
/.idea/ | ||
*vendor/ | ||
/clamav | ||
*.cdiff | ||
*.cvd* | ||
/filedefs/ | ||
/clamav_linux_amd64 | ||
/clamav_windows_amd64.exe | ||
/clamav_linux_arm | ||
/clamav_netbsd_arm | ||
/clamav_openbsd_amd64 | ||
/clamav_freebsd_386 | ||
/clamav_linux_386 | ||
/clamav_netbsd_386 | ||
/clamav_netbsd_amd64 | ||
/clamav_darwin_386 | ||
/clamav_openbsd_386 | ||
/clamav_freebsd_amd64 | ||
/clamav_windows_386.exe | ||
/clamav_freebsd_arm | ||
/clamav_darwin_amd64 | ||
/.idea/ | ||
*vendor/ | ||
/clamav | ||
*.cdiff | ||
*.cvd* | ||
/filedefs/ | ||
/clamav_linux_amd64 | ||
/clamav_windows_amd64.exe | ||
/clamav_linux_arm | ||
/clamav_netbsd_arm | ||
/clamav_openbsd_amd64 | ||
/clamav_freebsd_386 | ||
/clamav_linux_386 | ||
/clamav_netbsd_386 | ||
/clamav_netbsd_amd64 | ||
/clamav_darwin_386 | ||
/clamav_openbsd_386 | ||
/clamav_freebsd_amd64 | ||
/clamav_windows_386.exe | ||
/clamav_freebsd_arm | ||
/clamav_darwin_amd64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
|
||
/.idea/ | ||
/clamav | ||
/clamav_linux_amd64 | ||
/clamav_windows_amd64.exe | ||
/clamav_linux_arm | ||
/clamav_netbsd_arm | ||
/clamav_openbsd_amd64 | ||
/clamav_freebsd_386 | ||
/clamav_linux_386 | ||
/clamav_netbsd_386 | ||
/clamav_netbsd_amd64 | ||
/clamav_darwin_386 | ||
/clamav_openbsd_386 | ||
/clamav_freebsd_amd64 | ||
/clamav_windows_386.exe | ||
/clamav_freebsd_arm | ||
/clamav_darwin_amd64 | ||
/filedefs/daily.fp | ||
/filedefs/daily.wdb | ||
/filedefs/daily.hsb | ||
/filedefs/daily.ign2 | ||
/filedefs/daily.hdu | ||
/filedefs/daily.ndb | ||
/filedefs/daily.mdb | ||
/filedefs/daily.pdb | ||
/filedefs/daily.info | ||
/filedefs/daily.hsu | ||
/filedefs/daily.msb | ||
/filedefs/daily.mdu | ||
/filedefs/daily.ldu | ||
/filedefs/daily.sfp | ||
/filedefs/daily.ndu | ||
/filedefs/daily.crb | ||
/filedefs/daily.ign | ||
/filedefs/daily.msu | ||
/filedefs/daily.cvd | ||
/filedefs/COPYING | ||
/filedefs/daily.cfg | ||
/filedefs/daily.hdb | ||
/filedefs/daily.idb | ||
/filedefs/daily.ldb | ||
/filedefs/daily.ftm | ||
/filedefs/daily.cdb | ||
|
||
/.idea/ | ||
/clamav | ||
/clamav_linux_amd64 | ||
/clamav_windows_amd64.exe | ||
/clamav_linux_arm | ||
/clamav_netbsd_arm | ||
/clamav_openbsd_amd64 | ||
/clamav_freebsd_386 | ||
/clamav_linux_386 | ||
/clamav_netbsd_386 | ||
/clamav_netbsd_amd64 | ||
/clamav_darwin_386 | ||
/clamav_openbsd_386 | ||
/clamav_freebsd_amd64 | ||
/clamav_windows_386.exe | ||
/clamav_freebsd_arm | ||
/clamav_darwin_amd64 | ||
/filedefs/daily.fp | ||
/filedefs/daily.wdb | ||
/filedefs/daily.hsb | ||
/filedefs/daily.ign2 | ||
/filedefs/daily.hdu | ||
/filedefs/daily.ndb | ||
/filedefs/daily.mdb | ||
/filedefs/daily.pdb | ||
/filedefs/daily.info | ||
/filedefs/daily.hsu | ||
/filedefs/daily.msb | ||
/filedefs/daily.mdu | ||
/filedefs/daily.ldu | ||
/filedefs/daily.sfp | ||
/filedefs/daily.ndu | ||
/filedefs/daily.crb | ||
/filedefs/daily.ign | ||
/filedefs/daily.msu | ||
/filedefs/daily.cvd | ||
/filedefs/COPYING | ||
/filedefs/daily.cfg | ||
/filedefs/daily.hdb | ||
/filedefs/daily.idb | ||
/filedefs/daily.ldb | ||
/filedefs/daily.ftm | ||
/filedefs/daily.cdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
language: go | ||
|
||
go: | ||
- 1.5.x | ||
- 1.6.x | ||
- 1.7.x | ||
- 1.8.x | ||
- 1.9.x | ||
- tip | ||
- master | ||
|
||
install: | ||
- go get -v github.com/mitchellh/gox | ||
|
||
script: | ||
- go test -v -short -race . | ||
- gox -verbose -parallel=2 | ||
|
||
notifications: | ||
email: | ||
on_success: change | ||
on_failure: change | ||
|
||
matrix: | ||
allow_failures: | ||
language: go | ||
|
||
go: | ||
- 1.5.x | ||
- 1.6.x | ||
- 1.7.x | ||
- 1.8.x | ||
- 1.9.x | ||
- tip | ||
- master | ||
|
||
install: | ||
- go get -v github.com/mitchellh/gox | ||
|
||
script: | ||
- go test -v -short -race . | ||
- gox -verbose -parallel=2 | ||
|
||
notifications: | ||
email: | ||
on_success: change | ||
on_failure: change | ||
|
||
matrix: | ||
allow_failures: | ||
- go: master, tip |
Oops, something went wrong.