From 5571c0c3814e98b04930b11c0edebbdd0024f6b1 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 10 Mar 2019 12:23:52 +0100 Subject: [PATCH] Don't export gitlab and travis CI control files These files don't need to be in released tar balls. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3fd62ba29..5b57eba56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,6 +17,8 @@ makesrcdist export-ignore eol=lf .gitattributes export-ignore .gitignore export-ignore +.gitlab-ci.yml export-ignore +.travis.yml export-ignore # fluid files (eol=lf or text?)