diff --git a/src/push.rs b/src/push.rs
index 8aedab38b31630cfcc515f55867ed9cae95ad683..b8362b96c4149b58c165773807f3ec6b85d88523 100644
--- a/src/push.rs
+++ b/src/push.rs
@@ -542,6 +542,9 @@ pub(crate) fn copy_file(
             "--info=progress2",
             "--human-readable",
             "--exclude=.gblkconfig",
+            "--exclude=hints*",
+            "--exclude=index*",
+            "--exclude=integrity*",
             &tmp,
             &remote_path,
         ]