From 9b6ea7e6cd62048322d75d9fafae381b775bdbf5 Mon Sep 17 00:00:00 2001 From: Johns Date: Mon, 16 Feb 2009 11:52:27 +0100 Subject: [PATCH] exclude and ignore must be placed in dot files. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eda1aef --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# gitattributes(5) file +*.[ch] ident +Makefile ident