diff options
author | Arun Isaac | 2021-11-05 12:10:06 +0530 |
---|---|---|
committer | Arun Isaac | 2021-11-05 16:20:27 +0530 |
commit | 4bea0b85e1992a01dd36d32c8b2c68a497c6d001 (patch) | |
tree | 94e81feea6d0ebe90e3b0069e188c9bf42c7c1d2 /.gitignore | |
parent | ef62659838c6b5c0e7245aa434e07b89e3a603b9 (diff) | |
download | ccwl-4bea0b85e1992a01dd36d32c8b2c68a497c6d001.tar.gz ccwl-4bea0b85e1992a01dd36d32c8b2c68a497c6d001.tar.lz ccwl-4bea0b85e1992a01dd36d32c8b2c68a497c6d001.zip |
doc: Document reuse of external CWL workflows.
* doc/ccwl.skb (Cookbook): New chapter.
* doc/external-cwl-workflow.scm, doc/echo.cwl: New files.
* .gitignore: Add !doc/echo.cwl.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ config.log config.status configure doc/*.cwl +!doc/echo.cwl doc/*.html doc/*.info doc/*.out |