From 94f164fc02fece6e412fad06bd2e5a477d1bfa1c Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 1 Sep 2010 07:43:15 +0200 Subject: [PATCH] add attribute file --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0271e3d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.c ident +*.cpp ident +*.h ident