Repository: incubator-eagle
Updated Branches:
  refs/heads/master 76fc4410b -> c3bde0194


[MINOR] Remove confusing .gitattributes


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

Branch: refs/heads/master
Commit: c3bde0194f405deea438a553a4f83abb03d599d9
Parents: 76fc441
Author: Hao Chen <h...@apache.org>
Authored: Tue Oct 18 18:51:53 2016 +0800
Committer: Hao Chen <h...@apache.org>
Committed: Tue Oct 18 18:51:53 2016 +0800

----------------------------------------------------------------------
 .gitattributes | 53 -----------------------------------------------------
 1 file changed, 53 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/c3bde019/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 1bb92d0..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1,53 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# See 
https://github.com/alexkaratarakis/gitattributes/raw/master/Java.gitattributes
-
-# Handle line endings automatically for files detected as text
-# and leave all files detected as binary untouched.
-* text=auto
-
-#
-# The above will handle all files NOT found below
-#
-# These files are text and should be normalized (Convert crlf => lf)
-*.css           text
-*.df            text
-*.htm           text
-*.html          text
-*.java          text
-*.js            text
-*.json          text
-*.jsp           text
-*.jspf          text
-*.properties    text
-*.sh            text
-*.tld           text
-*.txt           text
-*.xml           text
-
-# These files are binary and should be left untouched
-# (binary is a macro for -text -diff)
-*.class         binary
-*.dll           binary
-*.ear           binary
-*.gif           binary
-*.ico           binary
-*.jar           binary
-*.jpg           binary
-*.jpeg          binary
-*.png           binary
-*.so            binary
-*.war           binary
\ No newline at end of file

Reply via email to