X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=scripts%2Fpush;h=103115ed1e04630293eb2fd8cb06aa432cc549e4;hb=8b4d2adf48213f2bf74ca1a423b1ac3dc8066f95;hp=1067f03f26c33cca3ff3270bd0114063f7b6ce8c;hpb=6120587cce15206faa7a38207961a89110de3bcd;p=oftp diff --git a/scripts/push b/scripts/push index 1067f03..103115e 100755 --- a/scripts/push +++ b/scripts/push @@ -4,4 +4,5 @@ fname=/etherdfs/oftp.zip #git archive -o $fname HEAD rm -f $fname -zip $fname Makefile src/*.c src/*.h src/dos/*.c src/dos/*.h src/unix/*.c src/unix/*.h scripts/* +#zip $fname Makefile src/*.c src/*.h src/dos/*.c src/dos/*.h src/unix/*.c src/unix/*.h scripts/* +zip -x \*.swp -x \*.o -x \*.obj -r $fname *