This is an automated email from the ASF dual-hosted git repository. knmc pushed a commit to branch Calc-Guide in repository https://gitbox.apache.org/repos/asf/openoffice-docs.git
commit 07e7bf5859b3d51cbfc2597c36cd3a6dcb3b48c8 Author: knmc <[email protected]> AuthorDate: Fri Feb 25 15:29:50 2022 -0500 add. git attributes rename .gitignore to .gitattributes and add propers content. --- .gitattributes | 25 +++++++++++++++++++++++++ README.md | 10 ---------- Review/AOO41GS1.odt | Bin 0 -> 88332 bytes 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4044284 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,25 @@ +# .gitattributes 0.0.1 UTF-8 5:08 PM 3/22/2021 +# +# GIT ATTRIBUTES FOR THE openoffice-docs GIT REPOSITORY + +# Denote all files that are truly binary and must not be scanned for line-end. +# Some of these might also be .gitignored. Better safe than sorry. + +*.bmp binary +*.gif binary +*.jpg binary +*.jpeg binary +*.png binary +*.suo binary +*.zip binary + +*.odt binary +*.ott binary +*.ods binary +*.ots binary +*.odp binary +*.otp binary +*.odg binary +*.otg binary +*.odm binary +*.odb binary diff --git a/README.md b/README.md deleted file mode 100644 index d4d4d07..0000000 --- a/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Apache OpenOffice Documentation Project - -## Branch for Apache OpenOffice Calc Guide - -### Purpose - -This branch will be used for Revision Control for all master Documentation files for Apache OpenOffice Calc Guide. - - -Apache and OpenOffice are registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries. diff --git a/Review/AOO41GS1.odt b/Review/AOO41GS1.odt new file mode 100644 index 0000000..0b83383 Binary files /dev/null and b/Review/AOO41GS1.odt differ
