From e49adbea4c67b2fd49910697229682e0a85fe9b2 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 2 Jan 2009 22:49:51 -0600 Subject: [PATCH] Add a .gitattributes file This will make python diffs prettier. Signed-off-by: Dan McGee --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..fb151daf --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py diff=python