Create .gitignore and .gitattributes

Create the .gitignore and git.attributes files.
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/.gitignore b/.gitignore
new file mode 100644
index 0000000..f4aa8bd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+# .gitattributes  0.0.1             UTF-8                        5:08 PM 3/28/2021
+#
+#                GIT ATTRIBUTES FOR THE openoffice-docs GIT REPOSITORY
+
+# There are currenly no files to be ignored
+# This file is here in case it is needed in future