From a32f9aef0306aa7abbf37fdc5c03c04625b2e128 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Thu, 19 Dec 2013 15:49:52 +0100 Subject: Add gitattributes and gitignore files. Change-Id: I26d634e9b7293628b41f038827bd6ee12ad8bf44 Reviewed-by: Zeno Albisser --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1a045fa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.tag export-subst +.gitignore export-ignore +.gitattributes export-ignore +.commit-template export-ignore -- cgit v1.2.1