From 45b1443072b26dd273b38a5605f4ffdb1bd6d59e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 5 Jun 2013 21:10:24 +0530 Subject: [PATCH] Tell git .recipe files are python --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f404b95595..a52dbecdd1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # Tell git what files are txt *.py text -*.recipe text +*.recipe text diff=python *.coffee text *.js text *.pot text