You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by kn...@apache.org on 2021/03/29 02:32:10 UTC

[openoffice-docs] branch main updated: Create .gitignore and .gitattributes

This is an automated email from the ASF dual-hosted git repository.

knmc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new bb60813  Create .gitignore and .gitattributes
bb60813 is described below

commit bb60813dede0859b886ae6152ccf1704bcb04e0c
Author: Keith N. McKenna <ke...@comcast.net>
AuthorDate: Sun Mar 28 22:31:42 2021 -0400

    Create .gitignore and .gitattributes
    
    Create the .gitignore and git.attributes files.
---
 .gitattributes | 25 +++++++++++++++++++++++++
 .gitignore     |  6 ++++++
 2 files changed, 31 insertions(+)

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