]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitattributes: Add, global Git attributes file.
authorSimon Ruderich <simon@ruderich.org>
Sat, 13 Apr 2013 01:39:12 +0000 (03:39 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 13 Apr 2013 01:40:19 +0000 (03:40 +0200)
Also use it in gitconfig.

gitattributes [new file with mode: 0644]
gitconfig.m4

diff --git a/gitattributes b/gitattributes
new file mode 100644 (file)
index 0000000..e1a6cab
--- /dev/null
@@ -0,0 +1,19 @@
+# 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
index ff77b2bfb88d64be82926b8dfab179cb1073a728..75cd32799908909d24d3d992bb3916b7e89045a8 100644 (file)
@@ -42,6 +42,9 @@ include(../lib.m4)
 
 [core]
        editor = vim
+       # Global gitattributes file. Thanks to canton7 in #git on Freenode
+       # (2011-11-09 13:23 CET).
+       attributesfile = PWD/gitattributes
 
 # Use pager for the following commands.
 [pager]