From 5e7d4468c34c5fa22d4fd6e6c83e3c81dfbed0c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= Date: Wed, 6 Jun 2012 12:00:18 +1200 Subject: [PATCH] Add .gitattributes files to control export using 'git archive'. --- .gitattributes | 13 +++++++++++++ 773-calib-stats/.gitattributes | 1 + report/.gitattributes | 1 + report2/.gitattributes | 1 + test-images/.gitattributes | 0 5 files changed, 16 insertions(+) create mode 100644 .gitattributes create mode 100644 773-calib-stats/.gitattributes create mode 100644 report/.gitattributes create mode 100644 report2/.gitattributes create mode 100644 test-images/.gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cf9fc2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +773-calib-stats export-ignore +report export-ignore +report2 export-ignore +.gitignore export-ignore +.gitattributes export-ignore +*.tif export-ignore +*.png export-ignore +*.JPG export-ignore +*.jpg export-ignore +*.xls export-ignore +*.ods export-ignore +*.csv export-ignore + diff --git a/773-calib-stats/.gitattributes b/773-calib-stats/.gitattributes new file mode 100644 index 0000000..dc1805c --- /dev/null +++ b/773-calib-stats/.gitattributes @@ -0,0 +1 @@ +* export-ignore diff --git a/report/.gitattributes b/report/.gitattributes new file mode 100644 index 0000000..dc1805c --- /dev/null +++ b/report/.gitattributes @@ -0,0 +1 @@ +* export-ignore diff --git a/report2/.gitattributes b/report2/.gitattributes new file mode 100644 index 0000000..dc1805c --- /dev/null +++ b/report2/.gitattributes @@ -0,0 +1 @@ +* export-ignore diff --git a/test-images/.gitattributes b/test-images/.gitattributes new file mode 100644 index 0000000..e69de29