Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Commit fdc54e5

Browse files
committed
Added .hg to exclusion list for transferring test versions
1 parent 55f0abf commit fdc54e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

send_to_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TARGET="/vol/bitbucket/ml614/playground/players/$VER"
1111

1212
ssh ic mkdir $TARGET
1313

14-
rsync -avz --exclude '*.epd' --exclude 'Eigen_stable' --exclude '*.o' --exclude '*.a' --exclude '*.d' --exclude 'giraffe' . ic:$TARGET/
14+
rsync -avz --exclude '.hg' --exclude '*.epd' --exclude 'Eigen_stable' --exclude '*.o' --exclude '*.a' --exclude '*.d' --exclude 'giraffe' . ic:$TARGET/
1515

1616
echo $VER > version_tmp.txt
1717

0 commit comments

Comments
 (0)