From 513439dd7937621cd2fbfba979cb4a812602f6cc Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 31 Dec 2009 02:36:12 -0700 Subject: [PATCH] Add .gitattributes file --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6cecff5eb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Add tracking hash to config files +/*/config/conf.xml ident +/*/config/*.dist ident -- 2.11.0