[AppVeyor] Ignore more Linux file types.

[AppVeyor] Ignore changes to more Linux file types.
This commit is contained in:
Rick Gibbed 2020-02-22 17:32:36 -06:00 committed by GitHub
parent 4ca0d0a656
commit d484051942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -8,11 +8,15 @@ skip_tags: true
skip_commits:
files:
- docs/*
- .github/*
- .travis.yml
- docs/*
- src/**/*_posix.*
- src/**/*_linux.*
- src/**/*_x11.*
- src/**/*_gtk.*
- LICENSE
- README.md
- .travis.yml
skip_branch_with_pr: true