Return-Path: X-Original-To: apmail-corinthia-commits-archive@minotaur.apache.org Delivered-To: apmail-corinthia-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF93A106F1 for ; Fri, 13 Feb 2015 08:52:40 +0000 (UTC) Received: (qmail 36842 invoked by uid 500); 13 Feb 2015 08:52:40 -0000 Delivered-To: apmail-corinthia-commits-archive@corinthia.apache.org Received: (qmail 36824 invoked by uid 500); 13 Feb 2015 08:52:40 -0000 Mailing-List: contact commits-help@corinthia.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@corinthia.incubator.apache.org Delivered-To: mailing list commits@corinthia.incubator.apache.org Received: (qmail 36791 invoked by uid 99); 13 Feb 2015 08:52:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2015 08:52:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 13 Feb 2015 08:52:16 +0000 Received: (qmail 36404 invoked by uid 99); 13 Feb 2015 08:52:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2015 08:52:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2EECBE01BD; Fri, 13 Feb 2015 08:52:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jani@apache.org To: commits@corinthia.incubator.apache.org Date: Fri, 13 Feb 2015 08:52:16 -0000 Message-Id: <580ed5590f054e6783f02042b8a07c11@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/38] incubator-corinthia git commit: .gitattributes 1.1.0 X-Virus-Checked: Checked by ClamAV on apache.org .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 Authored: Thu Jan 8 10:33:16 2015 -0800 Committer: Dennis Hamilton 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 ***