diff options
author | Jordan Augé <jordan.auge+fdio@cisco.com> | 2022-09-16 13:56:34 +0200 |
---|---|---|
committer | Jordan Augé <jordan.auge+fdio@cisco.com> | 2022-09-23 15:18:44 +0200 |
commit | adbdfdf7489e1909f29e2dd02edb7d15c258ed19 (patch) | |
tree | e12231bddf4d19be089af34d131760e58ddba62f /.dockerignore | |
parent | b498b1d3fe2684e0233986551fa581a07148e22b (diff) |
fix(hicn-light): fix routing issues
Ref: HICN-786
Change-Id: I541c87d2d810907489ca4f59b3d7740a18c108fb
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 486e001fb..f6a0b57c5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,3 +10,5 @@ ci/Dockerfile* **/.gitignore **/info.txt ./install* +.git +**/debug* |