[AppVeyor] Recursively ignore unrelated files.

[AppVeyor] Recursively ignore unrelated files for build.
This commit is contained in:
Rick Gibbed 2020-04-14 15:15:40 -05:00 committed by GitHub
parent a7da206e19
commit a95326321c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ skip_tags: true
skip_commits:
files:
- .github/*
- .github/**
- .travis.yml
- docs/*
- docs/**
- src/**/*_posix.*
- src/**/*_linux.*
- src/**/*_x11.*