up
diff --git a/asf-site-build.sh b/asf-site-build.sh
index fdeee4f..23dc345 100755
--- a/asf-site-build.sh
+++ b/asf-site-build.sh
@@ -22,6 +22,7 @@
     git checkout -b $BRANCHNAME origin/asf-site && \
     rm -rf * && \
     cp -r $TEMPDIR/* . && \
+    echo '.DS_Store' > .gitignore && \
     git add . && \
     git commit -m "update website" && \
     git checkout master