Modifies multiSplit to strip commas too.
Now commas can be used to separate entries, but are not required.
This commit is contained in:
parent
4e2a51bb6b
commit
12918f490d
2 changed files with 13 additions and 13 deletions
|
|
@ -77,8 +77,8 @@ license = "MIT"
|
|||
|
||||
SkipDirs = "SomeDir" ; ./SomeDir will not be installed
|
||||
SkipFiles = """
|
||||
file.txt,
|
||||
file2.txt,
|
||||
file.txt
|
||||
file2.txt
|
||||
""" ; ./{file.txt, file2.txt} will not be installed
|
||||
|
||||
[Deps]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue