From d484051942c62aefe0a1ebc99415595098c922a3 Mon Sep 17 00:00:00 2001 From: Rick Gibbed Date: Sat, 22 Feb 2020 17:32:36 -0600 Subject: [PATCH] [AppVeyor] Ignore more Linux file types. [AppVeyor] Ignore changes to more Linux file types. --- .appveyor.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ea14bfe14..17eccec11 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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