summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2013-03-27 16:32:34 +0000
committerDavid Laurence Emerson <dle3ab@angelbase.com>2013-05-28 00:42:50 -0700
commit6c619c936b309eef0489415fbfa6883074f64711 (patch)
tree2e7242db977160141dd69750bc0dec13620556e0 /.gitattributes
parent68a1d92acaaaa9e29540f64f9ba0dd38048bed8f (diff)
downloadfpGUI-6c619c936b309eef0489415fbfa6883074f64711.tar.xz
Adds PDF (binary handling) to gitattributes file.
PDF's might look like text, but lets make sure Git doesn't try and do EOL style conversions on it.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 5da8054b..cfc91c5c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -25,3 +25,5 @@
*.res binary
*.tar.gz binary
*.wav binary
+*.pdf binary
+