]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vcs/git: remove global gitattributes file
authorSimon Ruderich <simon@ruderich.org>
Wed, 13 Jun 2018 08:13:03 +0000 (10:13 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 13 Jun 2018 08:13:03 +0000 (10:13 +0200)
It's stupid and dangerous to automatically extract random PDFs and gzip
archives of all repositories.

vcs/gitattributes [deleted file]
vcs/gitconfig.in

diff --git a/vcs/gitattributes b/vcs/gitattributes
deleted file mode 100644 (file)
index 8258ef8..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Global Git configuration file for attributes.
-
-# Copyright (C) 2013  Simon Ruderich
-#
-# This file is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this file.  If not, see <http://www.gnu.org/licenses/>.
-
-
-*.pdf diff=pdf
-*.gz diff=gzip
index 50d88a9191c495a5cddd5f3d645e929c3983a6e9..98702c725c92539c5120cbc5a70a6615581d48e0 100644 (file)
@@ -44,9 +44,6 @@
 
 [core]
        editor = vim
-       # Global gitattributes file. Thanks to canton7 in #git on Freenode
-       # (2011-11-09 13:23 CET).
-       attributesfile = PWD/gitattributes
 
 [pager]
        # Use pager for the following commands.