Skip to content

Commit

Permalink
[infra] Exclude intermediate workspace on SAM exclude file
Browse files Browse the repository at this point in the history
This commit updates exclude.txt for SAM to exclude the build intermediate files.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh committed Sep 6, 2023
1 parent ae4653b commit 3d3a01e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ahub/sam/exclude.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@

# Downloaded externals
/ONE/externals

# Intermediate code for runtime build (refer nnfw.spec file's nncc_workspace)
/ONE/build/nncc/

0 comments on commit 3d3a01e

Please sign in to comment.