Merge branch 'pr_fix_multiline_config_files' of git://github.com/gradha/babel into gradha-pr_fix_multiline_config_files
Conflicts: readme.markdown
This commit is contained in:
commit
9409b6e9c1
3 changed files with 31 additions and 9 deletions
|
|
@ -54,6 +54,11 @@ license = "MIT"
|
|||
|
||||
SkipDirs = "SomeDir" ; ./SomeDir will not be installed
|
||||
SkipFiles = "file.txt,file2.txt" ; ./{file.txt, file2.txt} will not be installed
|
||||
SkipFiles = """
|
||||
foo.txt
|
||||
foo2.rst
|
||||
foo3.md
|
||||
""" ; Listing the files on multiple lines also works.
|
||||
|
||||
[Deps]
|
||||
Requires: "nimrod >= 0.9.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue