Modifies multiSplit to strip commas too.

Now commas can be used to separate entries, but are not required.
This commit is contained in:
Grzegorz Adam Hankiewicz 2013-11-13 19:10:03 +01:00
commit 12918f490d
2 changed files with 13 additions and 13 deletions

View file

@ -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]