From 194e5ccda757fa23c990e39b875db0a71ae82ab5 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Sun, 2 Mar 2008 14:44:36 +0100 Subject: [PATCH] Supports $ rewrite via .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..f3a32d36d4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +*.c ident +*.h ident +*.m ident +*.cpp ident +*.hpp ident +README ident -- 2.39.2