[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:
|
skip_commits:
|
||||||
files:
|
files:
|
||||||
- docs/*
|
|
||||||
- .github/*
|
- .github/*
|
||||||
|
- .travis.yml
|
||||||
|
- docs/*
|
||||||
|
- src/**/*_posix.*
|
||||||
|
- src/**/*_linux.*
|
||||||
|
- src/**/*_x11.*
|
||||||
|
- src/**/*_gtk.*
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- README.md
|
- README.md
|
||||||
- .travis.yml
|
|
||||||
|
|
||||||
skip_branch_with_pr: true
|
skip_branch_with_pr: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue