mirror of https://github.com/BOINC/boinc.git
Merge pull request #2328 from AenBleidd/appveyor_update
[AppVeyor] Add more directories to ignore list
This commit is contained in:
commit
fc867f828f
12
appveyor.yml
12
appveyor.yml
|
@ -19,15 +19,27 @@ skip_tags: true
|
|||
|
||||
skip_commits:
|
||||
files:
|
||||
- 3rdParty/*.sh
|
||||
- android/
|
||||
- client/android/
|
||||
- client/os2/
|
||||
- client/scripts/
|
||||
- clientgui/gtk/
|
||||
- clientgui/mac/
|
||||
- clientgui/skins/
|
||||
- db/
|
||||
- doc/
|
||||
- drupal/
|
||||
- html/
|
||||
- lib/mac/
|
||||
- locale/
|
||||
- m4/
|
||||
- mac_build/
|
||||
- mac_installer/
|
||||
- packages/
|
||||
- py/
|
||||
- stripchart/
|
||||
- test/
|
||||
- tools/
|
||||
- vda/
|
||||
- xcompile/
|
||||
|
|
Loading…
Reference in New Issue