1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[internal] update appveyor rule to actually ignore res/ recursively

* As per https://github.com/appveyor/ci/issues/838, 'res/*' means
  all files within directory, non-recursive, whereas we want 'res/'
  for all files within directory, recursive.
This commit is contained in:
Pete Batard 2018-07-21 13:56:37 +01:00
parent 4d18c8bbbf
commit 4483a6b17d
2 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ skip_commits:
files:
- .gitignore
- .gitattributes
- res/*
- res/
- '**/*.cmd'
- '**/*.md'
- '**/*.rc'