From 943fadac139ca6d92b856749a738a0f6c3458c4c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 15 Sep 2016 08:03:54 +0100 Subject: Add ingnore file and attributes for export --- .gitattributes | 2 ++ .gitignore | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..de2f316 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitignore export-ignore +.gitattributes export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f0516b9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +build-* + -- cgit v1.2.3