From b7ac3afd803bd5f67e040fb721a3c072787b1c80 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 5 Jul 2014 11:54:20 +0200 Subject: [PATCH] Created .gitattributes to exclude files for the tarball. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..94409710 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.gitattributes export-ignore +.gitignore export-ignore +/dev export-ignore