File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ echo muxto.hide=true >> boards.txt
22
22
23
23
CORE_BASE=` basename $PWD `
24
24
cd ..
25
- tar $EXCLUDE_TAGS --exclude=' *.vscode*' --exclude=' *tar*' --exclude=' *json*' --exclude=' *.git*' --exclude=' *e2studio*' --exclude=' *extras*' -cjhvf $FILENAME $CORE_BASE
25
+ tar $EXCLUDE_TAGS --exclude=' *.vscode*' --exclude=' *. tar. *' --exclude=' *. json*' --exclude=' *.git*' --exclude=' *e2studio*' --exclude=' *extras*' -cjhvf $FILENAME $CORE_BASE
26
26
cd -
27
27
28
28
mv ../$FILENAME .
@@ -51,7 +51,7 @@ echo muxto.hide=true >> boards.txt
51
51
52
52
CORE_BASE=` basename $PWD `
53
53
cd ..
54
- tar $EXCLUDE_TAGS --exclude=' *.vscode*' --exclude=' *tar*' --exclude=' *json*' --exclude=' *.git*' --exclude=' *e2studio*' --exclude=' *extras*' -cjhvf $FILENAME $CORE_BASE
54
+ tar $EXCLUDE_TAGS --exclude=' *.vscode*' --exclude=' *. tar. *' --exclude=' *. json*' --exclude=' *.git*' --exclude=' *e2studio*' --exclude=' *extras*' -cjhvf $FILENAME $CORE_BASE
55
55
cd -
56
56
57
57
mv ../$FILENAME .
You can’t perform that action at this time.
0 commit comments