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 ++++ .gitignore | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore 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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..888191b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.* +build*/ -- cgit v1.2.3