Skip to content

Commit

Permalink
babel: exclude test/sandbox folders
Browse files Browse the repository at this point in the history
When performing an extraction of language content, exclude any of the
testing content to improve extraction time.

Signed-off-by: James Knight <[email protected]>
  • Loading branch information
jdknight committed Nov 19, 2023
1 parent 1b400c6 commit 8c3300c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions babel
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ compile)
extract)
args+=("--keyword=C")
args+=("--keyword=L")
args+=("--ignore-dirs=.*")
args+=("--ignore-dirs=._")
args+=("--ignore-dirs=sandbox*")
args+=("--ignore-dirs=tests*")
args+=("--mapping-file=babel.cfg")
args+=("--no-default-keywords")
args+=("--omit-header")
Expand Down

0 comments on commit 8c3300c

Please sign in to comment.