[AppVeyor] Ignore more Linux file types.
[AppVeyor] Ignore changes to more Linux file types.
This commit is contained in:
parent
4ca0d0a656
commit
d484051942
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue