mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 21:42:20 +08:00
Push script excludes all git* fix
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ sed -i 's/_static/static/g' `find . -name "*.html"`
|
||||
sed -i 's/_images/images/g' `find . -name "*.html"`
|
||||
mv _static static
|
||||
mv _images images
|
||||
for f in `find . | grep "./" | grep -v ".git"`; do
|
||||
for f in `find . | grep "./" | grep -v "\.git"`; do
|
||||
git add $f
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user