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:
Dominik Picheta 2013-11-30 14:37:14 +00:00
commit 9409b6e9c1
3 changed files with 31 additions and 9 deletions

View file

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