From 0182641bbbf8927855476e3d08cc8b7003eec21c Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 27 Mar 2010 18:51:50 -0700 Subject: [PATCH] Use the python diff for *.py --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 3aa2e3ac4..753351efc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,4 @@ deluge/scripts export-ignore .gitattributes export-ignore .gitmodules export-ignore .gitignore export-ignore +*.py diff=python