You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/02/13 09:52:16 UTC

[04/38] incubator-corinthia git commit: .gitattributes 1.1.0

.gitattributes 1.1.0

An inventory of known test documents is reviewed and the various
binary-format extensions added to the .gitattributes, now versioned and
dated so that there are clues about what is current.


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/944312a8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/944312a8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/944312a8

Branch: refs/heads/experimentZip
Commit: 944312a8cfa04c5ae55f28fee529097eda4619f4
Parents: 2d37450
Author: Dennis Hamilton <or...@apache.org>
Authored: Thu Jan 8 10:33:16 2015 -0800
Committer: Dennis Hamilton <or...@apache.org>
Committed: Thu Jan 8 10:33:16 2015 -0800

----------------------------------------------------------------------
 .gitattributes | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 60 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/944312a8/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
index a77dbf0..f981553 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,4 @@
-# .gitattributes                       UTF-8
+# .gitattributes 1.1.0                UTF-8                     2015-01-08
 #
 #           GIT ATTRIBUTES FOR THE CORINTHIA GIT REPOSITORY
 
@@ -13,13 +13,72 @@
 
 # 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.
+#   NOT AN EXHAUSTIVE LIST.  Before adding a binary format to the repository,
+# verify that it is listed here.
 
+# Common binary formats
+*.bin binary
 *.bmp binary
+*.dat binary
+*.jpeg binary
 *.jpg binary
+*.pdf binary
 *.png binary
 *.suo binary
+*.wav binary
 *.zip binary
 
+# ODF/OpenOffice binary document formats
+*.odt binary
+*.ott binary
+*.odg binary
+*.otg binary
+*.odp binary
+*.otp binary
+*.ods binary
+*.ots binary
+*.odc binary
+*.otc binary
+*.odi binary
+*.oti binary
+*.odf binary
+*.otf binary
+*.odm binary
+*.oxt binary
+
+# OOXML/Microsoft Office binary document formats (common ones)
+*.doc  binary
+*.docm binary
+*.docx binary
+*.dot  binary
+*.dotx binary
+*.emf  binary
+*.pub  binary
+*.ppt  binary
+*.pptm binary
+*.pptx binary
+*.vsd  binary
+*.xls  binary
+*.xlsm binary
+*.xlsx binary
+
+# Other folks binary document formats
+*.adm    binary
+*.dib    binary
+*.mdb    binary
+*.mpp    binary
+*.msg    binary
+*.ole2   binary
+*.ooxml  binary
+*.pfx    binary
+*.qwp    binary
+*.shw    binary
+*.sldprt binary
+*.wps    binary
+*.zvi    binary
+
+
+
 #                          *** end of .gitattributes ***