From d1709c4f9e2826ad335064eed42cbe1e9aa19abd Mon Sep 17 00:00:00 2001 From: troymc Date: Thu, 12 May 2016 12:07:16 +0200 Subject: [PATCH] Added .gitattributes file to ignore files when doing git archive --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c82148e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +benchmarking-tests export-ignore +deploy-cluster-aws export-ignore +docs export-ignore export-ignore +speed-tests export-ignore +tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +*.md export-ignore +codecov.yml export-ignore \ No newline at end of file