From 6b0c42c63c2492bd0a7a96d3179d122b5f71793f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 7 Aug 2017 11:43:14 +0200 Subject: Don't export .gitignore in source archives Task-number: QTBUG-59991 Change-Id: If7bd6e4f34ce185c1e328e17dc80a3f6ba542c1e Reviewed-by: Simon Hausmann (cherry picked from commit fe58b18c13d1ea5d42951e5b698efc3bfab6dc8c) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index a35dab0d3..9291d06a9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ *.js diff +.gitignore export-ignore +.gitattributes export-ignore -- cgit v1.2.1