diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-07-03 00:38:04 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-07-10 11:46:34 +0900 |
commit | 6714bee53bbe6cdc3943e59f30ec7765907e80b0 (patch) | |
tree | 5483dd5a678ef82a3bd1251f90471312677f8baf /.gcloudignore | |
parent | 82b3d5ffd3e6448664829f65ee6efe427c615879 (diff) |
Add generate-syscall-docs command.
Adds a new command to automatically generate the syscall compatibility
docs from runsc.
Diffstat (limited to '.gcloudignore')
-rw-r--r-- | .gcloudignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gcloudignore b/.gcloudignore index a1ac4bdf6..ec372978f 100644 --- a/.gcloudignore +++ b/.gcloudignore @@ -1,3 +1,5 @@ +bin/ public/ resources/ node_modules/ +upstream/ |