summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorRick Gibbed <rick@gibbed.us>2020-02-22 17:32:36 -0600
committerGitHub <noreply@github.com>2020-02-22 17:32:36 -0600
commitd484051942c62aefe0a1ebc99415595098c922a3 (patch)
treeb70c2ca703f0e2c4e85e7c1c974ce4472d20d79c /.appveyor.yml
parent4ca0d0a65605c8c0f026827a48826503ce9af47f (diff)
[AppVeyor] Ignore more Linux file types.
[AppVeyor] Ignore changes to more Linux file types.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml8
1 files 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