Skip to content

Commit

Permalink
TEST: filter unhandled extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Nov 7, 2024
1 parent a71e727 commit 08b0190
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/exclude_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ OMIT_FILES_LIST=(
\*.bin
\*.xml
\*.cmakein
# Unicorn files
\*.build
\*.git
\*.gitrepo
\*.mat
\*.user
)
OMIT_FILES_LIST=("${OMIT_FILES_LIST[@]/#/*\/}")
GITINORE_FILES_LIST=(
Expand Down

0 comments on commit 08b0190

Please sign in to comment.