From c8e829da0ee22b31ac9de44d49f01c2f5b8a3ae9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 13 Jun 2018 10:13:03 +0200 Subject: [PATCH] vcs/git: remove global gitattributes file It's stupid and dangerous to automatically extract random PDFs and gzip archives of all repositories. --- vcs/gitattributes | 20 -------------------- vcs/gitconfig.in | 3 --- 2 files changed, 23 deletions(-) delete mode 100644 vcs/gitattributes diff --git a/vcs/gitattributes b/vcs/gitattributes deleted file mode 100644 index 8258ef8..0000000 --- a/vcs/gitattributes +++ /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 . - - -*.pdf diff=pdf -*.gz diff=gzip diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index 50d88a9..98702c7 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -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. -- 2.43.2