From 51583ce5e03256706fbda464be74b7932b24ecf4 Mon Sep 17 00:00:00 2001 From: Michael Martin Date: Tue, 12 Jun 2012 19:11:34 -0700 Subject: [PATCH] Remind git about binary files and not to mangle them. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c838df2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.pdf binary +*.bin binary +