We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e7dc41 + 6e30bb9 commit a53d881Copy full SHA for a53d881
1 file changed
hack/sync-bindata.sh
@@ -297,3 +297,6 @@ rm -Rf "$EXTRACT_DIR"
297
rm -Rf "$OUT_DATA/manifests"
298
rm -Rf "$OUT_DATA/metadata"
299
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