From 0dd2b9a74c46149847d79e72cf418a0f519e3ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Moraleda?= Date: Fri, 9 Jan 2015 21:19:19 +0100 Subject: [PATCH] Create .gitattributes with basic export-ignores --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..45dd0a8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/doc export-ignore +/test export-ignore +/test_old export-ignore +.gitattributes export-ignore +.travis.yml export-ignore