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:
parent
4d18c8bbbf
commit
4483a6b17d
2 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ skip_commits:
|
|||
files:
|
||||
- .gitignore
|
||||
- .gitattributes
|
||||
- res/*
|
||||
- res/
|
||||
- '**/*.cmd'
|
||||
- '**/*.md'
|
||||
- '**/*.rc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue