Skip to content

Commit a53d881

Browse files
Merge pull request #1278 from dprince/bindata_git_add
bindata: stage new files for addition via git
2 parents 7e7dc41 + 6e30bb9 commit a53d881

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hack/sync-bindata.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,3 +297,6 @@ rm -Rf "$EXTRACT_DIR"
297297
rm -Rf "$OUT_DATA/manifests"
298298
rm -Rf "$OUT_DATA/metadata"
299299
rm -Rf "$OUT_DATA/tests"
300+
301+
# stage new files for addition via git
302+
git ls-files -o --exclude-standard | xargs --no-run-if-empty git add

0 commit comments

Comments
 (0)